#!/bin/sh
APPDIR=$(dirname "$0")
cd "$APPDIR/lib"
java -cp "" org.jruby.Main ruby-processing/runners/run.rb necat.rb
