jupyterlite / cockle

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

Return exit codes from commands and set $? #30

Closed ianthomas23 closed 3 months ago

ianthomas23 commented 3 months ago

Implement exit codes from commands, both WASM and built-in, and set the env var $? accordingly.