Simple shell for Unix-like systems written in C
| .gitignore | ||
| LICENSE | ||
| main.c | ||
| README.org | ||
arsh - ARchaic SHell
Simple shell for Unix-like systems written in C, that has a funny name (for germans).
Features
- Can run one command at a given time (no | , &&, ||, functions, etc)
cdbuiltin commandexitbuiltin commandCTRL+Cstops running command
Build
To build it, you need readline library. Then use
gcc main.c -O3 -lreadline -o arsh