#!/bin/bash

# Generate AMDA parameters args
	
	CURRDIR=`pwd`
	UPDATEDIR=$(dirname "$0")
	
	cd $UPDATEDIR
	./updateAmda -a
	
	cd $CURRDIR