diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-05-12 23:35:33 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-05-12 23:35:33 +0200 |
| commit | d75a18edc33f3697a5e18dc39e7b1fd66065f76e (patch) | |
| tree | e20117c2344a5305da0600d68755a79c940f18df /README.md | |
| parent | 18933ac6fa2acbfaf16d0f297c982103078ddf1d (diff) | |
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ 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) |