jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Add export command #33

Closed ianthomas23 closed 3 months ago

ianthomas23 commented 3 months ago

Add export as a new built-in (TypeScript) command, so that it is possible to export new environment variables to the environment that is shared between all commands.

For example:

export SOME_NAME='some value'