Blame view

update_amda/cleanNewMetaLight 249 Bytes
4c77b9b1   Elena.Budnik   final update
1
2
3
4
5
#!/bin/bash

if test $NEWMETA
then 
	
189c51a1   Elena.Budnik   preprocessInfo
6
	for Dir in $(find -L $NEWMETA/* -type d  -not -path $NEWMETA/ParamInfo* )
4c77b9b1   Elena.Budnik   final update
7
8
9
10
11
12
13
14
		do
			rm ${Dir}/*   
		done 	

	rm $AMDA_SPASE_INTERFACE/SPASE/*	
else
     echo "NEWMETA env var is not defined - source env.sh" 
fi