Created
January 22, 2018 09:09
-
-
Save lucgiffon/854461c93f0ec593add579327d08867d to your computer and use it in GitHub Desktop.
Cowsay tell fortune
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -x /usr/games/fortune -a -x /usr/games/cowsay ]; then | |
fortune -a | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1) | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add to .bashrc or .profile to see cowsay tell fortune on terminal startup