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