#!/bin/sh
# -----------------------------------------------------------------------------
# Script to run the Jasper "offline JSP compiler"
#
# $Id: jspc.sh,v 1.1.1.1 2002/03/28 18:46:15 kinman Exp $
# -----------------------------------------------------------------------------

exec jasper4 jspc "$@"
