diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 14:15:09 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-10 14:15:09 +0100 |
| commit | bd59dd1652787bc3ba330fdf6becba57961626bb (patch) | |
| tree | b540827e6a9e867ecb9798bcb08e6c51f0fc9467 | |
| parent | 67cc8a2cc87a9cba17528e0430f9b9e2ffb105c9 (diff) | |
add banner at startup
| -rw-r--r-- | etc/banner | 5 | ||||
| -rwxr-xr-x | utils/init | 2 |
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. + @@ -1,3 +1,5 @@ #!/bin/smash +/bin/clear +/bin/read /etc/banner | /bin/mdv /bin/env -f /etc/env /bin/smash /bin/powerctl poweroff |