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