tree: 41a98e5dd407a9c1b97407ed6b17d31918834cf0 [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. component_graph/
  4. dart/
  5. devshell/
  6. editors/
  7. fuzzing/
  8. fxtest/
  9. gce/
  10. git/
  11. gn_complete/
  12. memory/
  13. move_source/
  14. owner/
  15. prebuilts/
  16. rust/
  17. sdk/
  18. status/
  19. style/
  20. tests/
  21. third_party/
  22. unification/
  23. verify_cmdline_params/
  24. vim/
  25. youcompleteme/
  26. zsh-completion/
  27. .gitignore
  28. AUTHORS
  29. bootstrap
  30. build-qemu.sh
  31. build_id_conv.py
  32. change_testability_review_analyzer.py
  33. colorize_logs
  34. cq_perf_results.py
  35. difl
  36. fd.py
  37. fetch-build-artifacts
  38. find_integration_revision.py
  39. flog
  40. fx
  41. fx-env.sh
  42. fx-help.awk
  43. fx-wrapper
  44. generate-fidl-tags.py
  45. generate-intellij-config.py
  46. git_utils.py
  47. gn_to_cmake.py
  48. LICENSE
  49. OWNERS
  50. PATENTS
  51. paths.py
  52. README.md
  53. run-zircon-arm64
  54. run-zircon-x86
  55. simplify_stacktraces
  56. start-dhcp-server.sh
  57. 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.