Shailesh
9 years ago
4 changed files with 12 additions and 4 deletions
@ -1,2 +1,4 @@ |
|||
git pull |
|||
if [[ $# -eq 0 ]]; then |
|||
git pull |
|||
fi |
|||
cd iguana; ./m_ios; cd .. |
|||
|
@ -1,3 +1,5 @@ |
|||
git pull |
|||
if [[ $# -eq 0 ]]; then |
|||
git pull |
|||
fi |
|||
cd iguana; ./m_unix; cd .. |
|||
#cd SuperNET; ./m_unix; cd .. |
|||
|
Loading…
Reference in new issue