Skip to content

Instantly share code, notes, and snippets.

@ichitaso
ichitaso / install_theos.sh
Created September 25, 2012 10:11 — forked from tom-go/install_theos.sh
Theos install script
#!/bin/bash
export THEOS=/opt/theos
# clone theos.git
cd /opt
git clone git://github.com/DHowett/theos.git
# clone iphoneheaders.git
cd $THEOS
mv include include.bak