Simple Unix Shell. Based on this project prompt.
-
Clone repo and
cd
into folder:git clone https://github.com/NuttySalmon/simple-unix-shell.git cd simple-unix-shell
-
Comple executable:
gcc test.c -o test
Shell can be run in interactive mode (prompt for user to type in commands) or in batch mode (runs commands from batch file)
-
To run in interactive mode:
./test
-
To run in batch mode:
./test [BATCH FILE PATH HERE]