Skip to content

Instantly share code, notes, and snippets.

@agundy
Created May 17, 2014 07:57
Show Gist options
  • Save agundy/2ea7fb99bf45fb1d9bf4 to your computer and use it in GitHub Desktop.
Save agundy/2ea7fb99bf45fb1d9bf4 to your computer and use it in GitHub Desktop.
Cowsay Cows
FILES=/usr/share/cowsay/cows/*
for f in $FILES
do
cowsay -f $f "Hello World"
echo $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment