#!/bin/bash # CURRDIR=`pwd` UPDATEDIR=$(dirname "$0") cd $UPDATEDIR if [ $# -eq 0 ] then ./updateAmda -i else ./updateAmda -i -s fi cd $CURRDIR