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
makeIt is advisable, that you DO NOT utilize it on production environments as it has not been thoroughly audited for vulnerabilites.