#
# tar source code (may be executed locally or remotely):
# (-C to tar means change dir, e.g., tail.f is in ~/proclib)
# (add h to tar options to follow symbolic links)
#
set dest = /d/foster/vid/times/vid.tar
if (! -d $dest:h) mkdir -p $dest:h
echo \>\>\> tarsrc executing from `pwd`
echo '    '\(tar file will be $dest\) \<\<\<
tar hcf $dest *.h *.f Makefile *.inp \
-C /d/foster/vid mar79kp.dat \
-C /home/sting/foster/lib lenstr.f \
-C /home/sting/foster/lib setgrid.f \
-C /home/sting/foster/lib ixfind.f \
-C /home/sting/foster/lib ixslt.f \
-C /home/sting/foster/lib fminmax.f \
-C /home/sting/foster/lib fof2int.f \
-C /home/sting/foster/libplt box.f

