Skip to content

Instantly share code, notes, and snippets.

View anpefi's full-sized avatar
:octocat:
under pressure

Andrés Pérez-Figueroa anpefi

:octocat:
under pressure
View GitHub Profile
@anpefi
anpefi / gist-backup.py
Created February 7, 2016 18:51 — forked from iainmcampbell/gist-backup.py
gist backup
#!/usr/bin/env python
# Git clone all my gists
import json
import urllib
from urllib import urlopen
from subprocess import call
import os