Simple shell for Unix-like systems written in C
- readline accepts stream to read from - fixed issues with EOF - arsh can be called with a file path as a second parameter, that will be interpreted |
||
|---|---|---|
| .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- Custom
readlinefunction
Build
To build it, you don't need any external dependencies. Example with gcc:
gcc main.c -O3 -o arsh