#!/bin/bash

# clear all class files
rm -f *.class
rm -f mcb.jar

# clear the External Directory
cd External
./clean
cd ..
