Skip to content

Instantly share code, notes, and snippets.

@flores
Created March 15, 2013 00:01
Show Gist options
  • Save flores/5166392 to your computer and use it in GitHub Desktop.
Save flores/5166392 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ -z $1 ]; then
echo all carlo ever does is link cat gifs
else
curl http://edgecats.net/random
echo -e "\ncat!"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment