mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
8 lines
130 B
Text
8 lines
130 B
Text
|
#!/bin/sh
|
||
|
|
||
|
BF_OPTIONS=${BF_OPTIONS:-"-r"}
|
||
|
|
||
|
cd @LIBDIR@/bloodfrontier
|
||
|
exec @LIBDIR@/bloodfrontier/bin/bfclient ${BF_OPTIONS} "$@"
|
||
|
|