Fx 运行脚本

运行能够利用 fx -i(迭代模式)的自定义命令组合

usage: fx [-i] run-script "<command>"

`<command>` can be any command that would be valid as a single line at a shell prompt.
For example,

- Arbitrary shell commands: `fx -i run-script "ls | grep fuchsia"`
- Fuchsia commands: `fx -i run-script "ffx emu stop && fx build && ffx emu start"`
- Independent commands: `fx -i run-script "ls; find . -name test.rs"`

Passing a regular shell script is not supported.

run-script 源代码