7 baris
109 B
Bash
Executable File
7 baris
109 B
Bash
Executable File
#!/bin/sh
|
|
SELF=$(readlink -f "$0")
|
|
HERE=${SELF%/*}
|
|
|
|
export QT_PLUGIN_PATH="/${HERE}/lib/plugins"
|
|
./bin/looqs
|