Skip to content

Instantly share code, notes, and snippets.

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