mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-13 21:56:09 +01:00
4 lines
117 B
Bash
4 lines
117 B
Bash
|
#!/bin/sh
|
||
|
export LD_LIBRARY_PATH=/usr/lib/TeighaViewer:$LD_LIBRARY_PATH
|
||
|
exec /usr/lib/TeighaViewer/TeighaViewer "$@"
|