#!/bin/sh
#
# /usr/bin/pisg - shell script to start pisg
#

exec /usr/lib/pisg/pisg "$@"

# EOF
