Changeset 39557 for trunk/dvodist/scripts/mkdist.3pi.pv0.20120509.sh
- Timestamp:
- Apr 28, 2016, 9:39:27 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/dvodist/scripts/mkdist.3pi.pv0.20120509.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvodist/scripts/mkdist.3pi.pv0.20120509.sh
r39553 r39557 16 16 17 17 # top-level files 18 if ( 1) then18 if (0) then 19 19 mkdir -p $cattgt 20 20 foreach file (HostTable.dat Images.dat Photcodes.dat SkyTable.fits flatcorr.fits) … … 29 29 30 30 # link all files from all hostdirs into all DEC dirs 31 foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`) 31 foreach hostdir (`grep -v \# $cattgt/HostTable.dat | grep ipp0\[345\] | awk '{print $3}'`) 32 # foreach hostdir (`grep -v \# $cattgt/HostTable.dat | awk '{print $3}'`) 32 33 echo $hostdir 33 34 foreach dir ($nlist $slist)
Note:
See TracChangeset
for help on using the changeset viewer.
