#!/bin/sh

# This script is provided to clean the demo directory.  You can call it
# by running "paw-demos --clean" [see paw-demos(1)] or by cd'ing to
# the demo directory and running it directly: "./clean_demo"

rm junk
rm *.hbook
rm last*
rm *.metafile
rm *.mask
rm *.higz
rm *.data
rm pawtest.f
rm pawmlp.f
rm -rf linux/
