tree: b7787f42468c00ea2d8847fc7550f27596d3ec4a [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. rust/
  16. sdk/
  17. status/
  18. style/
  19. tests/
  20. third_party/
  21. unification/
  22. vim/
  23. youcompleteme/
  24. zsh-completion/
  25. .gitignore
  26. AUTHORS
  27. bootstrap
  28. build-qemu.sh
  29. build_id_conv.py
  30. change_testability_review_analyzer.py
  31. colorize_logs
  32. cq_perf_results.py
  33. difl
  34. fd.py
  35. fetch-build-artifacts
  36. find_integration_revision.py
  37. flog
  38. fx
  39. fx-env.sh
  40. fx-wrapper
  41. generate-intellij-config.py
  42. git_utils.py
  43. gn_to_cmake.py
  44. LICENSE
  45. OWNERS
  46. PATENTS
  47. paths.py
  48. README.md
  49. run-zircon-arm64
  50. run-zircon-x86
  51. simplify_stacktraces
  52. start-dhcp-server.sh
  53. 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.