aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-10 14:15:09 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-10 14:15:09 +0100
commitbd59dd1652787bc3ba330fdf6becba57961626bb (patch)
treeb540827e6a9e867ecb9798bcb08e6c51f0fc9467
parent67cc8a2cc87a9cba17528e0430f9b9e2ffb105c9 (diff)
add banner at startup
-rw-r--r--etc/banner5
-rwxr-xr-xutils/init2
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/banner b/etc/banner
new file mode 100644
index 0000000..655aa5b
--- /dev/null
+++ b/etc/banner
@@ -0,0 +1,5 @@
+
+Welcome to reX.
+
+To get help type **rtm rex** or **rtm** followed by any command.
+
diff --git a/utils/init b/utils/init
index 1129084..6a6e5d2 100755
--- a/utils/init
+++ b/utils/init
@@ -1,3 +1,5 @@
#!/bin/smash
+/bin/clear
+/bin/read /etc/banner | /bin/mdv
/bin/env -f /etc/env /bin/smash
/bin/powerctl poweroff