Changeset 8627 for trunk/MagicSoft/Mars/scripts
- Timestamp:
- 06/29/07 19:02:59 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/scripts/merppupdate
r8488 r8627 47 47 if ! [ "$2" = "" ] 48 48 then 49 name2=" -name $2" 50 if ! [ "$3" = "" ] 51 then 52 echo "You gave too many arguments." 53 exit 54 fi 49 name2=$1 50 else 51 name2="20*_Y_*_E.root" 52 fi 53 54 if ! [ "$3" = "" ] 55 then 56 echo "You gave too many arguments." 57 exit 55 58 fi 56 59 fi … … 68 71 fi 69 72 73 echo $1 74 echo $2 75 76 echo $outpath 77 echo $name2 70 78 71 calfiles=`find $outpath -name 20*_Y_*_E.root$name2 `79 calfiles=`find $outpath -name $name2 ` 72 80 73 81 echo "calfiles: "$calfiles
Note:
See TracChangeset
for help on using the changeset viewer.