#!/bin/sh
# -----------------------------------------------------------------------------
# Script to run the Jasper "offline JSP compiler"
#
# $Id: jspc.sh,v 1.4 2003/02/21 18:23:14 kinman Exp $
# -----------------------------------------------------------------------------

exec jasper5 jspc "$@"
