Skip to content

Instantly share code, notes, and snippets.

@yvern
Created December 8, 2019 01:56
Show Gist options
  • Save yvern/9958902eb4f79fe829250f6c9871a798 to your computer and use it in GitHub Desktop.
Save yvern/9958902eb4f79fe829250f6c9871a798 to your computer and use it in GitHub Desktop.
a varied, warm welcoming for your terminal
if [ -x /usr/games/cowsay -a -x /usr/games/fortune ]; then
fortune | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1) | lolcat -a -d 1 --freq "0.$(shuf -i 1-10 -n 1)" --seed $RANDOM
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment