mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-11-26 22:32:33 +00:00
5 lines
114 B
Plaintext
5 lines
114 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
HERE=$(dirname $(readlink -f "${0}"))
|
||
|
|
export LD_LIBRARY_PATH="${HERE}":$PATH
|
||
|
|
wine "${HERE}"/Pine.exe $@
|