Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
current_dir=$(cd $(dirname $0) && pwd)
export THEOS=/opt/theos
# clone theos.git
cd /opt
git clone git://github.com/DHowett/theos.git
# clone iphoneheaders.git
cd $THEOS