#----------------------------------------------------------------------- # Make the following files for New Horizonsdata set # /n/sbnarch01/lien/nh-x-swap-2-launch-v1.0: # - index/checksum.tab & .lbl # - DOWNLOAD TGZ file # - DOWNLOAD MD5SUM file #----------------------------------------------------------------------- cd /n/sbnarch01/lien/nh-x-swap-2-launch-v1.0/ ## Make checksum.tab & .lbl mkpdssum -x CODE -x dataset.html -x DOWNLOAD -x NOTES -x VOLUME -x checksum # Remove everything in DOWNLOAD before running tar cd DOWNLOAD rm * cd ../VOLUME #tar cvfh ../DOWNLOAD/nhlasw_1001.tar nhlasw_1001 tar cvfhz ../DOWNLOAD/nhlasw_1001.tgz nhlasw_1001 # make MD5SUM for contents of DOWNLOAD cd ../DOWNLOAD mkpdssum -x MD5SUM mv checksum.tab MD5SUM