learning/rndstartupmsg.sh

10 lines
134 B
Bash
Executable File

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