Group Project for CS4218, 19/20 Sem2
This project tests and implements a Linux-like shell.
Go to Release, and download the shell.jar
. Then run with commands below:
java -jar shell.jar
Download our source code and open it as a maven project with Intellij Idea.
... To be added