GITLAB

CDPP / AMDA_IHM

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
189c51a1715902f2edabde48b506636af94ae4a2
  • AMDA_IHM
  • update_amda
  • cleanNewMetaParamInfo
  • 4c77b9b1   final update Browse Code »
    Elena.Budnik
    8 years ago  
cleanNewMetaParamInfo 205 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/bash

if test $NEWMETA
then 	
			for Dir in $(find -L $NEWMETA/ParamInfo -type d)
				do
					rm ${Dir}/*   
				done 								
	 
else
     echo "NEWMETA env var is not defined - source env.sh" 
fi