aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2026-05-12 23:34:26 +0200
committerczjstmax <jstmaxlol@disroot.org>2026-05-12 23:34:26 +0200
commit18933ac6fa2acbfaf16d0f297c982103078ddf1d (patch)
tree86cde6a357151cbbf0c3e7f938e006348cd30554
parentf83a309e7fab99239b90ea149c714bc235da4897 (diff)
update link and readme
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
-rw-r--r--README.md10
-rw-r--r--nosh.c2
2 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2c6edec..daa86c1 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/nosh.c b/nosh.c
index 46e03b3..e70304c 100644
--- a/nosh.c
+++ b/nosh.c
@@ -70,7 +70,7 @@ int main(void)
"clear -> clears screen (and scrollback)\n"
"cd -> change working directory\n"
"help -> prints this screen\n"
- "\ngithub repo: github.com/jstmaxlol/nosh\n"
+ "\nrepo: kuronavipad.xantu-ling.ts.net/cgit/nosh.git\n"
);
}
else {