4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh
|
|
cd @PREFIX@/lib/gate88
|
|
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./lib" ./gate88 "$@"
|