Skip to content

Instantly share code, notes, and snippets.

@bugyt
Created February 29, 2016 18:40
Show Gist options
  • Save bugyt/f20c1806612d706a2579 to your computer and use it in GitHub Desktop.
Save bugyt/f20c1806612d706a2579 to your computer and use it in GitHub Desktop.
Cowsay with fortune
if [ -x /usr/bin/cowsay -a -x /usr/bin/fortune ]; then
fortune | cowsay -n -f tux
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment