Added README
This commit is contained in:
parent
7bbfb75566
commit
2825aa5d88
1 changed files with 12 additions and 0 deletions
12
README.org
Normal file
12
README.org
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#+title: arsh - ARchaic SHell
|
||||
#+options: toc:nil
|
||||
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)
|
||||
- ~cd~ builtin command
|
||||
- ~exit~ builtin command
|
||||
* Build
|
||||
To build it, you need ~readline~ library. Then use
|
||||
#+begin_src shell
|
||||
gcc main.c -O3 -lreadline -o arsh
|
||||
#+end_src
|
||||
Loading…
Add table
Add a link
Reference in a new issue