#!/bin/csh -f #============================================================ # By: Jesper Storm, European Southern Observatory # Date: Jan 13, 1996 # e-mail: jstorm@eso.org # Version 1.0 #------------------------------------------------------------ # Calling script to the csh script wfits.csh that writes # FITS files to DAT tape #============================================================ if($1 == "-l") then wfits.csh `cat $2` else wfits.csh $* endif