Skip to content

Instantly share code, notes, and snippets.

@p4block
Created March 31, 2017 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p4block/3bc4ddbbc8bee74eec69c7501af9f8b7 to your computer and use it in GitHub Desktop.
Save p4block/3bc4ddbbc8bee74eec69c7501af9f8b7 to your computer and use it in GitHub Desktop.
cows
#!/usr/bin/env bash
fortune | cowsay -f `ls /usr/share/cows/ | shuf -n 1`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment