run
Embeds and runs another file within the current script. This is useful for reusing common sequences of commands or modularizing your scripts.
Argument | Type | Description |
---|---|---|
| string | The path to the file to embed and run. Should be relative to the root of your git repo. |
Example Usage
Last updated