testexecmgmt/ucc/SetupScripts/clean_emulation_environment.sh
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 #!/bin/sh
       
     2 
       
     3 ####################################################################################################################
       
     4 #
       
     5 # MAIN():
       
     6 #
       
     7 ####################################################################################################################
       
     8 
       
     9 
       
    10 ####################################################################################################################
       
    11 #
       
    12 # (1) Print info
       
    13 #
       
    14 ####################################################################################################################
       
    15 
       
    16 
       
    17 ####################################################################################################################
       
    18 #
       
    19 # (2) Remove the symlinks
       
    20 #
       
    21 ####################################################################################################################
       
    22 rm -f ../bin/pppd
       
    23 rm -f ../bin/dynmn_tool
       
    24 rm -f ../bin/dynfa_tool
       
    25 rm -f ../bin/dynha_tool
       
    26 rm -f ../bin/dynmnd
       
    27 rm -f ../bin/dynfad
       
    28 rm -f ../bin/dynhad
       
    29 rm -f ../bin/dynmnd.template.conf
       
    30 rm -f ../bin/dynfad.template.conf
       
    31 rm -f ../bin/dynhad.template.conf
       
    32 rm -f ../bin/dynfad.key
       
    33 
       
    34 
       
    35 ####################################################################################################################
       
    36 #
       
    37 # Done
       
    38 #
       
    39 ####################################################################################################################
       
    40 echo "Emulation Environment setup has been cleaned."