Skip to content

Instantly share code, notes, and snippets.

@hamstar
Created September 6, 2012 23:35
Show Gist options
  • Select an option

  • Save hamstar/3661383 to your computer and use it in GitHub Desktop.

Select an option

Save hamstar/3661383 to your computer and use it in GitHub Desktop.
download a png image from imgur
#!/bin/bash
hash=$1;
wget "http://i.imgur.com/$hash.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment