#!/bin/sh

export LD_LIBRARY_PATH=_path_/lib:${LD_LIBRARY_PATH}

_path_/bin/gmediarender

exit 1

