tree: 5e78882b05ba35e513977c0b7c872dcb9fb00d2e [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. gn_complete/
  12. memory/
  13. move_source/
  14. rust/
  15. sdk/
  16. status/
  17. style/
  18. tests/
  19. third_party/
  20. unification/
  21. vim/
  22. youcompleteme/
  23. zsh-completion/
  24. .gitignore
  25. AUTHORS
  26. bootstrap
  27. build-qemu.sh
  28. build_id_conv.py
  29. change_testability_review_analyzer.py
  30. check-gn-format
  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.