#!/bin/sh

export LOCALE=en_NZ
export SATHER_HOME=`(cd .. ; pwd)`
export SATHER_ENV=${SATHER_HOME}/resources/${LOCALE}/bin/LIBCHARS

"$@"
