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