Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/jtsh
Java Toy Shell.
https://github.com/zztkm/jtsh
java
Last synced: 10 days ago
JSON representation
Java Toy Shell.
- Host: GitHub
- URL: https://github.com/zztkm/jtsh
- Owner: zztkm
- Created: 2022-10-13T13:50:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T05:44:39.000Z (about 2 years ago)
- Last Synced: 2024-12-20T23:29:50.508Z (14 days ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```