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