#! /bin/sh
if [ "$1" = "--help" ] ; then
  # The -x hilfe tool allows us to run hilfe commands seperated by #
  # as newline character.
  exec /usr/local/bin/pike -x hilfe help
else
  exec /usr/local/bin/pike
fi
