blob: d856eb2977310b62a3303f7c660c9926593b1d9b [file] [log] [blame] [view]
# fx run-in-build
Run a command in the build directory
```none
usage: fx run-in-build COMMAND...
This simply executes the command line with the build directory as the
current working directory. It's most useful when combined with `fx multi`.
```
[run-in-build source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/contrib/run-in-build)