#!/binbash

# Created by Matthew Hull on 4/17/05
# This script will remove the directory structure from lab2

rm -r ~/lab2
rm -r ~/.Misplaced\ File

echo Complete

