#!/bin/dash
LD_LIBRARY_PATH=/opt/mupen64plus/lib64:$LD_LIBRARY_PATH
cd /opt/mupen64plus
./bin/mupen64plus "$@"
