#!/bin/sh
jar cvf fretview.jar *.class *.html
mv -v *.jar ../
rm -v *.*~

#check to see if run the instruview program
if [ "$1" == 'run' ];
then
exec ../../instruview;
fi
