Changeset 37925 for trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh
- Timestamp:
- Feb 22, 2015, 10:58:28 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvodist/scripts/mkdist.lap.pv2.20141215.sh
r37805 r37925 4 4 5 5 # general locations 6 set wwwroot = / data/ippc11.0/www/dvodist/www-root6 set wwwroot = /export/ippc11.0/www/dvodist/www-root 7 7 set catroot = /data/stsci19.2/eugene/addstar.20141016/lap.pv2.20141215 8 8 … … 14 14 15 15 # top-level files 16 mkdir -p $cattgt 17 foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits ) 18 ln -sf $catroot/$file $cattgt 19 end 20 21 # make DEC directories 22 foreach dir ($nlist $slist) 23 mkdir -p $cattgt/$dir 24 end 16 if (0) then 17 mkdir -p $cattgt 18 foreach file (HostTable.dat AstroMap.fits Images.dat Photcodes.dat SkyTable.fits flatcorr.fits ) 19 ln -sf $catroot/$file $cattgt 20 end 21 22 # make DEC directories 23 foreach dir ($nlist $slist) 24 mkdir -p $cattgt/$dir 25 end 26 endif 25 27 26 28 # link all files from all hostdirs into all DEC dirs
Note:
See TracChangeset
for help on using the changeset viewer.
