https://github.com/rawleyfowler/shaml
A hyper minimalist shell written in OCaml
https://github.com/rawleyfowler/shaml
Last synced: 7 months ago
JSON representation
A hyper minimalist shell written in OCaml
- Host: GitHub
- URL: https://github.com/rawleyfowler/shaml
- Owner: rawleyfowler
- License: gpl-3.0
- Created: 2022-09-30T17:51:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T20:35:24.000Z (about 3 years ago)
- Last Synced: 2025-02-13T08:54:22.043Z (9 months ago)
- Language: OCaml
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shaml
A hyper minimalist shell written in OCaml
## Usage
```
git clone https://github.com/rawleyfowler/shaml.git
cd shaml
dune exec shaml # to simply run
dune build shaml # to build
```
## License
This project is licensed under the GNU General Public License v3, please read the `LICENSE` file at the root of this
project to understand what that means.