A unix shell written in C.
- File redirections
- Pipes
- Heredoc
- Environment variables
- Shell history file
- Aliases
Megashell depends on the readline library.
sudo apt install libreadline-dev
git clone [email protected]:JopjeKnopje/megashell.git
cd megashell
make
For the unit tests we're using criterion.
apt install libcriterion-dev
make test