random startup message built for fish, should be compatible with other shells

This commit is contained in:
DarkElfMagic 2022-12-12 19:23:23 -06:00
parent 9716d380ae
commit a55893e7a1
1 changed files with 9 additions and 0 deletions

9
rndstartupmsg.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# For use in fish(1) startup config or as MOTD
RNDMSG="Hello, World!
Jello!
L + Ratio"
printf "%s" "$RNDMSG" | shuf -n 1