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