#!/bin/tcsh
set CURDATE=`date +%Y%m%d`
tar zcvf tcl-sql-$CURDATE.tgz tcl-sql --exclude old --exclude stuff
