mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
b4abf85f95
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
7 lines
130 B
Bash
7 lines
130 B
Bash
#!/bin/sh
|
|
|
|
BF_OPTIONS=${BF_OPTIONS:-"-r"}
|
|
|
|
cd @LIBDIR@/bloodfrontier
|
|
exec @LIBDIR@/bloodfrontier/bin/bfclient ${BF_OPTIONS} "$@"
|
|
|