Skip to content

Instantly share code, notes, and snippets.

@rw
Created December 14, 2011 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rw/1478041 to your computer and use it in GitHub Desktop.
Save rw/1478041 to your computer and use it in GitHub Desktop.
Open all HTTP cats
# http://httpcats.herokuapp.com/
# https://news.ycombinator.com/item?id=3352698
for n in 302 401 403 404 405 406 408 409 413 414 417 418 426 429 431 444 500 502 507 508 599
do
open http://httpcats.herokuapp.com/${n}.jpg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment