Skip to content

Instantly share code, notes, and snippets.

@optikfluffel
Created February 2, 2014 18:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save optikfluffel/8772820 to your computer and use it in GitHub Desktop.
Save optikfluffel/8772820 to your computer and use it in GitHub Desktop.
zsh function to download an image from placekitten.com
kitty() { command wget -O kitty.jpg http://placekitten.com/"$2"/"$3" }
@acecormier
Copy link

stop this immedatealy ace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment