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