https://github.com/dv5n/mininanoshell
Minimal version of the main NanoShell.
https://github.com/dv5n/mininanoshell
java minimal open-source shell simple unix-shell useful
Last synced: 8 months ago
JSON representation
Minimal version of the main NanoShell.
- Host: GitHub
- URL: https://github.com/dv5n/mininanoshell
- Owner: Dv5n
- License: gpl-3.0
- Created: 2024-12-03T14:54:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T17:35:10.000Z (10 months ago)
- Last Synced: 2024-12-28T10:39:03.097Z (9 months ago)
- Topics: java, minimal, open-source, shell, simple, unix-shell, useful
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniNanoShell
Minimal version of the main NanoShell.MiniNanoShell has 10 commands, including useful commands like: `mkdir`, `rmdir`, `rm`, `ls`, `stat`, `date`, `cat`, and others.
The main NanoShell has more commands.
## Running
You can compile MiniNanoShell using `make` and then `make run` or running the jar file with `make runJar`.If you run into any errors while compiling or running the shell, let me know! Just open an issue, and I will be happy to fix it.
## Contribute
If you'd like to contribute to MiniNanoShell, fork the repository, make your changes, and submit a pull request. If I like the changes, I will merge them into the main branch.## NanoShell
You can get the full version of NanoShell [here](https://github.com/Dv5n/NanoShell).
Or why not use this more minimal version of NanoShell.