#
# 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/uars/timessat/timessat.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 /home/sting/foster/proclib timesgcm.h \
-C /home/sting/foster/proclib getms.f \
-C /home/sting/foster/proclib bracket.f \
-C /home/sting/foster/proclib log10f.f \
-C /home/sting/foster/proclib ixfind.f

