| # 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) |