#!/bin/bash cd src build $* if [ $? != 0 ]; then exit 1 fi cd ../modules buildall.py $* cd ..