tree: 6b57229f749b4ce21036d3deb084fbbce6cf4771 [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. mkinstaller/
  14. move_source/
  15. owner/
  16. prebuilts/
  17. rust/
  18. sdk/
  19. status/
  20. style/
  21. tests/
  22. third_party/
  23. unification/
  24. verify_cmdline_params/
  25. vim/
  26. youcompleteme/
  27. zsh-completion/
  28. .gitignore
  29. bootstrap
  30. build-qemu.sh
  31. BUILD.gn
  32. build_id_conv.py
  33. change_testability_review_analyzer.py
  34. colorize_logs
  35. cq_perf_results.py
  36. difl
  37. fd.py
  38. fetch-build-artifacts
  39. find_integration_revision.py
  40. flog
  41. fx
  42. fx-env.sh
  43. fx-help.awk
  44. fx-wrapper
  45. generate-fidl-tags.py
  46. generate-intellij-config.py
  47. git_utils.py
  48. gn_to_cargo.py
  49. gn_to_cmake.py
  50. OWNERS
  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.