#!/bin/sh
# make jar file
jar cvfm ModSim.jar manifest.mf modsim/*
