diff -r 000000000000 -r 3da2a79470a7 testexecmgmt/ucc/SetupScripts/clean_emulation_environment.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/testexecmgmt/ucc/SetupScripts/clean_emulation_environment.sh Mon Mar 08 15:04:18 2010 +0800 @@ -0,0 +1,40 @@ +#!/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."