6 lines
97 B

if [[ $# -eq 0 ]]; then
git pull
fi
9 years ago
cd iguana; ./m_unix; cd ..
9 years ago
#cd SuperNET; ./m_unix; cd ..