#!/bin/sh
rm -rf ../9tmp
mkdir ../9tmp
cp -R * ../9tmp
cd ../9tmp
rm -rf `find . -name CVS`
make nuke
tar cf - . | gzip >~/public_html/9src.tar.gz