#!/bin/bash

# 
	CURRDIR=`pwd`
	UPDATEDIR=$(dirname "$0")
	
	cd $UPDATEDIR
	./updateAmda -c 
	
	cd $CURRDIR