shsh is a basic shell program implemented in the C programming language.
- Shell builtins
- User commands
- I/O redirection:
>to redirectstdout(overwrites)>>to redirectstdout(appends)>>>to redirectstderr(overwrites)<to redirectstdin
- Clone this repository:
git clone https://github.com/arGna22/shsh.git && cd shsh - Build the shell using the Makefile:
make main - Execute the shell
./main