diff --git a/rndstartupmsg.sh b/rndstartupmsg.sh new file mode 100755 index 0000000..062649d --- /dev/null +++ b/rndstartupmsg.sh @@ -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