#!/bin/sh # @(#) place files into tar format and then uuencode the tar file # This script takes the files and directories and makes a uuencoded copy # and places it on the end of a script created in the output file # the script will remake the files ################################################################################ TGU_o=TGU TGU_00= eval `parse TGU -o TGU -u usage -h help -i information -help help` eval `parse TGU $*` ################################################################################ case "${TGU_h}${TGU_u}${TGU_i}${TGU_help}" in helpusageinformationhelp);; *) cat < ${TGU_o}.tgu ######################################## rm ${TGU_o}.tar.gz rm -f ${TGU_o}.tar chmod a+xr ${TGU_o}.tgu echo "new ${TGU_o}.tgu made" ls -ld ${TGU_o}.tgu exit ########################################