#!/bin/csh
### --- The University of Birmingham 2000
### $poplocal/local/ftp/bin/mkbigcdtar
##
# Aaron Sloman 12 Jan 2003

###echo "Assuming everything is up to date"

echo "making Linux poplog CD tar file"

cd $local/ftp

echo "removing old file"
ls -l testcd/POPLOG-CD.tar
rm -f testcd/POPLOG-CD.tar

cd $poplocal/local/ftp/CD

rm AATAR*

touch "AATARBUILD-`date +%F`"

tar cfh ../testcd/POPLOG-CD.tar *

cd ..

ls -l testcd/POPLOG-CD.tar

echo "done"

echo "Dont forget to Update ls-lrt"
