#! /bin/bash
find $1 \( -name *.class -o -name *.o \) -exec rm -f {} \;


