source-env for core
Source the environment from a source file into the current
environment.
Signature
> source-env {flags} (filename)
Parameters
-
filename: the filepath to the script file to source the environment from
Input/output types:
| input | output |
|---|---|
| any | any |
Examples
Sources the environment from foo.rsh in the current context
> source-env foo.rsh