#!/bin/sh

DATE=`date +%Y%m%d`
FILE=shc_cgi-bin

./rmtmp.sh
rm "$FILE"-*.tar.gz
tar czf $FILE"-"$DATE.tar.gz `cat targz.lst`


