tree: 286402a022f39b0008d096910f9f97d329ed9538 [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. verify_cmdline_params/
  23. vim/
  24. youcompleteme/
  25. zsh-completion/
  26. .gitignore
  27. AUTHORS
  28. bootstrap
  29. build-qemu.sh
  30. build_id_conv.py
  31. change_testability_review_analyzer.py
  32. colorize_logs
  33. cq_perf_results.py
  34. difl
  35. fd.py
  36. fetch-build-artifacts
  37. find_integration_revision.py
  38. flog
  39. fx
  40. fx-env.sh
  41. fx-help.awk
  42. fx-wrapper
  43. generate-fidl-tags.py
  44. generate-intellij-config.py
  45. git_utils.py
  46. gn_to_cmake.py
  47. LICENSE
  48. OWNERS
  49. PATENTS
  50. paths.py
  51. README.md
  52. run-zircon-arm64
  53. run-zircon-x86
  54. simplify_stacktraces
  55. start-dhcp-server.sh
  56. 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.