#!/bin/ash
dir=/usr/local/bin/rvplayer5.0
export LD_LIBRARY_PATH=$dir LD_PRELOAD=$dir/open.so
exec $dir/rvplayer "$@"
