#!/bin/sh

# A simple shell script which runs the NinjaRMIC RMI stub compiler.

java ninja.rmi.compiler.NinjaRMIC $*
