# 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