mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh
|
|
cd @PREFIX@/lib/gate88
|
|
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./lib" ./gate88 "$@"
|