This is a simple shell interpreter.
- All problems are solved.
- Source files: myshell.c -- myshell source code. attacker.c -- attacker source code. Makefile -- makefile. output -- attacker ourput file. README -- README file.
- Usage: Go into source code directory, execute "make", then execute "./myshell" will launch myshell program, user can input command to execute, enter "exit" to exit from myshell.