#
# 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/tigcmbob/tigcmbob.tar
echo \>\>\> tarsrc executing from `pwd`
echo '    '\(tar file will be $dest\) \<\<\<
tar cf $dest *.h *.f *.c Makefile *.inp
