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
16495
Commits
31
Branches
0
Tags
196 MiB
Tree:
59e1dc82d4
SuperNET
/
m_unix
6 lines
97 B
Raw
Normal View
History
Make git pull optional
9 years ago
if [[ $# -eq 0 ]]; then
git pull
fi
m_clean
9 years ago
cd iguana; ./m_unix; cd ..
transition
9 years ago
#cd SuperNET; ./m_unix; cd ..