4 lines
66 B

if [[ $# -eq 0 ]]; then
git pull
fi
cd iguana; ./m_ios; cd ..