testexecmgmt/ucc/SetupScripts/clean_emulation_environment.sh
author Johnson Ma <johnson.ma@nokia.com>
Mon, 08 Mar 2010 15:04:18 +0800
changeset 0 3da2a79470a7
permissions -rw-r--r--
Initial EPL Contribution

#!/bin/sh

####################################################################################################################
#
# MAIN():
#
####################################################################################################################


####################################################################################################################
#
# (1) Print info
#
####################################################################################################################


####################################################################################################################
#
# (2) Remove the symlinks
#
####################################################################################################################
rm -f ../bin/pppd
rm -f ../bin/dynmn_tool
rm -f ../bin/dynfa_tool
rm -f ../bin/dynha_tool
rm -f ../bin/dynmnd
rm -f ../bin/dynfad
rm -f ../bin/dynhad
rm -f ../bin/dynmnd.template.conf
rm -f ../bin/dynfad.template.conf
rm -f ../bin/dynhad.template.conf
rm -f ../bin/dynfad.key


####################################################################################################################
#
# Done
#
####################################################################################################################
echo "Emulation Environment setup has been cleaned."