#!/bin/sh -e

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/moonlight
export LD_LIBRARY_PATH

exec /usr/X11R6/bin/moonlight-0.5.3 "$@"
