#!/bin/csh
# Use this script to cleanup Create! after installation
#
# This script assumes that the files reside in the same directory
# 
echo -n "Cleaning up ..."
rm *.Z
rm *.list
rm install
rm cleanup
echo "done"
