Created
May 10, 2019 13:28
-
-
Save RSpeekenbrink/4697c0007616db13449359d0cddd93aa to your computer and use it in GitHub Desktop.
.bashrc Welcome Message with cowsay and fortune, shuffled
This file contains 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
# Welcome Message | |
fortune | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment