appdwarf/AppRun.example

5 lines
114 B
Bash
Executable file

#!/bin/sh
HERE=$(dirname $(readlink -f "${0}"))
export LD_LIBRARY_PATH="${HERE}":$PATH
wine "${HERE}"/Pine.exe $@