tree: 77be578e831d0e1bc984bbbb5daa263fd13b9aaa [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. crash/
  4. dart/
  5. devshell/
  6. editors/
  7. fuzzing/
  8. gce/
  9. gdb/
  10. git/
  11. gn_complete/
  12. memory/
  13. rust/
  14. sdk/
  15. style/
  16. tests/
  17. third_party/
  18. vim/
  19. youcompleteme/
  20. zsh-completion/
  21. .gitignore
  22. AUTHORS
  23. bootstrap
  24. build-qemu.sh
  25. build_id_conv.py
  26. change_testability_review_analyzer.py
  27. check-gn-format
  28. colorize_logs
  29. cq_perf_results.py
  30. difl
  31. fd.py
  32. fetch-build-artifacts
  33. find_integration_revision.py
  34. flog
  35. fx
  36. fx-env.sh
  37. fx-wrapper
  38. generate-intellij-config.py
  39. git_utils.py
  40. gn_to_cmake.py
  41. LICENSE
  42. OWNERS
  43. PATENTS
  44. paths.py
  45. README.md
  46. run-zircon-arm64
  47. run-zircon-x86
  48. simplify_stacktraces
  49. start-dhcp-server.sh
  50. update-manifest.go
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.