diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -2,7 +2,11 @@ a mini POSIX C shell for \*NIX dudes. ### help screen -```c -// todo -``` + +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 |