Releases: indradhanush/rc-shell
Releases · indradhanush/rc-shell
Initial Release: rcsh is born
- Run systems commands
- One basic built-in command:
cd
- Interrupt long running comands with
Ctrl-C
- Run commands in background by appending
&
. They clean up after themselves.