Skip to content

Instantly share code, notes, and snippets.

View tknhs's full-sized avatar

takanohashi tknhs

View GitHub Profile
#!/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