https://github.com/ibara/coin
Command interpreter for Unix, for learning how shells issue commands.
https://github.com/ibara/coin
Last synced: 5 months ago
JSON representation
Command interpreter for Unix, for learning how shells issue commands.
- Host: GitHub
- URL: https://github.com/ibara/coin
- Owner: ibara
- License: isc
- Created: 2020-08-10T02:01:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T02:57:58.000Z (over 5 years ago)
- Last Synced: 2025-05-12T19:11:22.862Z (8 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
coin
====
coin is a command interpreter for Unix.
It is a static binary under 3 KB (2829 bytes).
It can be used as a basic interactive shell, and can read scripts
containing command executions, but has no scripting language
support.
It is for learning about how commands are issued from the shell.
Why?
----
Read my
[blog post]()
about this codebase.
(Blog post forthcoming)
Building
--------
Just run `make`.
This will probably only run on
[OpenBSD](https://www.openbsd.org)/amd64
as is.
Feel free to port to your Unix of choice.
License
-------
ISC License.
See `LICENSE` for details.