tree: 6f4b35e46439b220af9153201bcaa98afb674481 [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. component_graph/
  4. crash/
  5. dart/
  6. devshell/
  7. editors/
  8. fuzzing/
  9. fxtest/
  10. gce/
  11. gdb/
  12. git/
  13. gn_complete/
  14. memory/
  15. move_source/
  16. owner/
  17. rust/
  18. sdk/
  19. status/
  20. style/
  21. tests/
  22. third_party/
  23. unification/
  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-wrapper
  43. generate-intellij-config.py
  44. git_utils.py
  45. gn_to_cmake.py
  46. LICENSE
  47. OWNERS
  48. PATENTS
  49. paths.py
  50. README.md
  51. run-zircon-arm64
  52. run-zircon-x86
  53. simplify_stacktraces
  54. start-dhcp-server.sh
  55. 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.