#!/usr/bin/sh
#
# parsed HTML forms only permit Bourne shell scripts to be
#  executed from them so this is a workaround to allow execution of
#  PERL scripts.  
#
# shrunit - takes one arg - PERL script to be run
#           if that needs args, quote the entire entry (vectorize it)
#
exec $1
