Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zztkm/jtsh

Java Toy Shell.
https://github.com/zztkm/jtsh

java

Last synced: 10 days ago
JSON representation

Java Toy Shell.

Awesome Lists containing this project

README

        

# jtsh

Java Toy Shell.

This is my first Java project. I'm sure there are many bad implementations, so I'd be happy to learn about them in PRs and issues...!

Run app:
```shell
./gradlew run
```

Bundle the app:
```shell
./gradlew build
```