I hereby claim:
- I am bentasker on github.
- I am bentasker (https://keybase.io/bentasker) on keybase.
- I have a public key whose fingerprint is C01D 970B 3A24 1689 2C1E D42F B7EF 7548 6E08 CD6F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python | |
# See http://stackoverflow.com/questions/3581031/backup-mirror-github-repositories/13917251#13917251 | |
# You can find the latest version of this script at | |
# https://gist.github.com/4319265 | |
import os | |
import sys | |
import json | |
import urllib | |
import subprocess |