Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
export THEOS=`pwd`/theos
# clone theos.git
git clone git://github.com/DHowett/theos.git
# clone iphoneheaders.git
cd $THEOS
mv include include.bak
git clone git://github.com/rpetrich/iphoneheaders.git include