#
# 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/timescdf/timescdf.tar
echo \>\>\> tarsrc executing from `pwd`
echo '    '\(tar file will be $dest\) \<\<\<
tar cf $dest *.h *.f Makefile *.inp \
-C /home/sting/foster/lib lenstr.f \
-C /home/sting/foster/lib tail.f \
-C /home/sting/foster/lib setgrid.f \
-C /home/sting/foster/proclib tgcmhdr.h
