This is a fully functional UNIX shell implemented in minimal bytes. You may have to disable some compiler warnings to compile it.
- Execution of single commands as expected
- Piping commands arbitrarily with
| - Redirecting both standard input and output with
<and>respectively