Skip to content

Instantly share code, notes, and snippets.

@woodRock
Created July 23, 2019 01:09
Show Gist options
  • Save woodRock/7cc973f767636c6cbd458e1eebcf4445 to your computer and use it in GitHub Desktop.
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.
# 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