Initial release, a fully working and very limited UNIX-like shell
Features:
- Pipes using
|
- Backgrounding using
&
- Basic job control
- Redirect, basic using
<
and>
- Command separation using
;
- Conditional execution
cmd && cmd
andcmd || cmd
- Environment variables (basic)
- Command completion
- Filename completion