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