Created
July 23, 2019 01:09
-
-
Save woodRock/7cc973f767636c6cbd458e1eebcf4445 to your computer and use it in GitHub Desktop.
A simple script to add to your bash script to make things more interesting.
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
# Make sure the "cowsay" and "fortune" packages | |
# are installed on your machine | |
# -o => Makes it adult humour | |
# -f => Modifier for the cowsay animal | |
# tux => Linux Logo | |
fortune -o | cowsay -f tux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment