#!/bin/sh

export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH}lib/"
exec bin/wmis "$@"

echo "ERROR: couldn't exec bin/wmis" >&2
exit 1
