#~/bin/csh
foreach file ($*)
  set root = `echo $file | awk -F_ '{print $1}'`
  ln -s /home/holtz/raw/archive/fornax/fornax_u30m03/"$root"_c0f.fits "$root"_m0f.fits
end
