blob: 348cc4d672f1284439193d24a7632ed35d14c9a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|