Created
March 30, 2010 19:24
-
-
Save abhiomkar/349480 to your computer and use it in GitHub Desktop.
...to embed in my blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir MyFlickrBackup | |
cd MyFlickrBackup | |
#Download FlickrBird Script | |
wget http://github.com/abhiomkar/FlickrBird/raw/master/flickrbird.py | |
#Give execute permissions to run it | |
chmod +x flickrbird.py | |
#Yah! run it... | |
./flickrbird.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment