#!/bin/csh
set PWD=`pwd`
set DIR=`basename ${PWD}`
cd ..; tar cvf ${DIR}.tar ${DIR}; compress ${DIR}.tar
