#!/bin/sh
#

#
# operator.sh - Simple wrapper around our configuration operator.
#

dir=`dirname $0`
exec $dir/operator.ctp $dir/proxy-user.conf
exit 1



syntax highlighted by Code2HTML, v. 0.9.1