Skip to content

Instantly share code, notes, and snippets.

@burdandrei
Last active August 29, 2015 14:22
Show Gist options
  • Save burdandrei/05dc3c8a3c3ce7c18a78 to your computer and use it in GitHub Desktop.
Save burdandrei/05dc3c8a3c3ce7c18a78 to your computer and use it in GitHub Desktop.
Finish your scripts with Fun success output
#!/usr/bin/env bash
random_cowsay() {
local INPUT=$*
echo $INPUT | cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment