Customized Shell command line interface written in Python and C
- In terminal, navigate to project folder, input
python3 shell.pyto start shell. - Type in any shell commands after the prompt to test the program.
- Compile
shell.c, a file nameda.outwill be produced chmod -x a.outto give the file permission to execute./a.outto run C shell- Test any shell commands