#!/bin/sh

LD_LIBRARY_PATH="/usr/lib/kurush:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH

/usr/bin/mono  /usr/lib/kurush/kurush.exe "$@"
