Unix-like terminal implemented in Java 1.8
- Java 8
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
- maven
aptitude-like OS: sudo apt-get install maven
- Maven - Dependency Management
Run the following command while being in the project's root to build it:
mvn clean package
cd target && java -jar MiniTerminal-1.0.jar
or
mvn exec:java -Dexec.mainClass="com.ovmarsoft.miniterm.MiniTerminal"
- Note that the first version needs the project to be built before running the command
I used GitHub for versioning. See the project repo:
- This project is one of the assignments I had to solve while being an intern at Deutsche Bank Summer Tech School.
July 2017