A toy shell, developed in order to understand process manipulation through POSIX API.
- Redirections:
ls -la > list.txt
&cat < list.txt
- Pipes:
ls -la | grep sash.bin
- Different prompts based on eUID
git clone https://github.com/sAsPeCt488/sash.git
cd sash
make
It is advisable, that you DO NOT utilize it on production environments as it has not been thoroughly audited for vulnerabilites.