#!/bin/bash
#
# run script for Java tests
#
# Usage: run <dir> <file>
#
(cd $1; java -Djava.library.path=`pwd` $2)
