Skip to content

Instantly share code, notes, and snippets.

@j-wilkins
Forked from jnunemaker/catspam.sh
Created April 29, 2014 18:19
Show Gist options
  • Save j-wilkins/11408041 to your computer and use it in GitHub Desktop.
Save j-wilkins/11408041 to your computer and use it in GitHub Desktop.
catspam() {
curl -vvvv -d "{\"Body\":\"${1}\"}" -H "Content-Type: application/json" http://catspammer.com/api/cat
say "meow"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment