blob: 4be1e0ca1b29894d543e0b4ea54fcb50205774d8 [file] [log] [blame] [view]
# fx exec
read the current build config, then exec
```none
usage: fx exec <command> [args, ...]
The build configuration is sourced and read, then command is executed.
```
[exec source code](https://cs.opensource.google/fuchsia/fuchsia/+/main:tools/devshell/exec)