aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: daa86c12acb025c0d690a1ca2c857ac5b1583c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# nosh - noshell
a mini POSIX C shell for \*NIX dudes.

### help screen

built-ins:
- `echo`  -> outputs a string of text, doesn't need `\"` enclosure.
             supports '-c' for output without `\\n'`
- `clear` -> clears screen (and scrollback)
- `cd`    -> change working directory
- `help`  -> prints this screen