#!/bin/sh
DIR=/usr/lib/gateindesk
export LD_LIBRARY_PATH="$DIR/lib:$LD_LIBRARY_PATH"
exec "$DIR/gateindesk" "$@"
