#!/bin/sh

ROOT=/usr/lib/acestream-engine
LD_LIBRARY_PATH=${ROOT}/lib ${ROOT}/acestreamengine --lib-path $ROOT "$@"
