This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
SuperNET
mirror of
https://github.com/lukechilds/SuperNET.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
9192
Commits
31
Branches
0
Tags
196 MiB
Tree:
26a710f516
SuperNET
/
m_ios
5 lines
66 B
Raw
Normal View
History
Make git pull optional
9 years ago
if [[ $# -eq 0 ]]; then
git pull
fi
iOS platform files and compile scripts
9 years ago
cd iguana; ./m_ios; cd ..