Set environment variables for child processes.

Synopsis

export [NAME[=VALUE]]...

Description

Set or display exported environment variables. Exported variables are available to commands executed by the shell. Runs in the just-bash WASM shell inside SLICC.

Examples

$ export PATH="/usr/bin:/bin"

Set the PATH variable.

$ export

List all exported variables.

See Also

env, set, unset