mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-05-22 06:41:27 +00:00
5 lines
133 B
Bash
Executable file
5 lines
133 B
Bash
Executable file
#!/bin/sh
|
|
HERE=$(dirname "$(readlink -f "${0}")")
|
|
export LD_LIBRARY_PATH="${HERE}":"$LD_LIBRARY_PATH"
|
|
"${HERE}"/"$APPDWARF_CMD" "$@"
|