random startup message built for fish, should be compatible with other shells
This commit is contained in:
parent
9716d380ae
commit
a55893e7a1
9
rndstartupmsg.sh
Executable file
9
rndstartupmsg.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user