Skip to content

Instantly share code, notes, and snippets.

View wakinchan's full-sized avatar
👻
working

Yusuke KUROIWA wakinchan

👻
working
View GitHub Profile
@wakinchan
wakinchan / auto_mpi.sh
Created March 3, 2013 06:38
iOS Tweak instant `make package install`
#!/bin/sh
expect -c"
spawn make package install
expect {
\"'s password:\" {
send \"alpine\r\"
expect \"'s password:\"
send \"alpine\r\"
expect \"'s password:\"
send \"alpine\r\"
@wakinchan
wakinchan / install_theos.sh
Created August 20, 2012 12:52 — 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