Skip to content

Instantly share code, notes, and snippets.

View cellularmitosis's full-sized avatar

Jason Pepas cellularmitosis

View GitHub Profile
@cellularmitosis
cellularmitosis / make_sysroot.py
Last active February 23, 2016 22:33 — forked from froody/make_sysroot.py
A fork of froody's make_sysroot.py which supports Debian Jessie (and thus armel).
#!/usr/bin/env python
# Install dpkg with `brew install dpkg libelf` before running this script
import argparse
import sys
import gzip
import urllib
import urlparse
import posixpath
import cStringIO