#!/bin/bash
OLDDIR=`pwd`
cd /opt/euro-beta
SYSNAME=`./systools/get_eurodb_config_val ModemSystemName`
echo $SYSNAME
cd $OLDDIR
