Skip to content
/ coin Public

Command interpreter for Unix, for learning how shells issue commands.

License

Notifications You must be signed in to change notification settings

ibara/coin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/amd64 as is. Feel free to port to your Unix of choice.

License

ISC License. See LICENSE for details.

About

Command interpreter for Unix, for learning how shells issue commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published