Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.
/ MiniTerminal Public archive

Mini Unix-like terminal implemented in Java 1.8

Notifications You must be signed in to change notification settings

ovdmar/MiniTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniTerminal

Unix-like terminal implemented in Java 1.8

Prerequisites

  1. Java 8

sudo add-apt-repository ppa:webupd8team/java

sudo apt-get update

sudo apt-get install oracle-java8-installer

  1. maven

aptitude-like OS: sudo apt-get install maven

others: http://maven.apache.org/download.cgi

Built With

  • Maven - Dependency Management

Run the following command while being in the project's root to build it:

mvn clean package

Running:

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

Versioning

I used GitHub for versioning. See the project repo:

https://github.com/ovidiu1607/MiniTerminal

Authors

Acknowledgments

  • This project is one of the assignments I had to solve while being an intern at Deutsche Bank Summer Tech School.

July 2017

About

Mini Unix-like terminal implemented in Java 1.8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages