#!/usr/bin/sh

MHS_PREFIX=${MHS_PREFIX:-/usr/lib64/mhs-0.16.0.0}
export MHSDIR=$MHS_PREFIX/lib/mhs

$MHS_PREFIX/bin/mhs $*
