Skip to content

Instantly share code, notes, and snippets.

@jasemagee
Created May 30, 2015 09:42
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasemagee/472347ed60968ea96ee2 to your computer and use it in GitHub Desktop.
Save jasemagee/472347ed60968ea96ee2 to your computer and use it in GitHub Desktop.
Fortune with random cowsay character and lolcat
fortune | cowsay -f "$(ls /usr/share/cowsay/cows | sort -R | head -1)" | lolcat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment