osb/scripts/ci/linux/run-client.sh

6 lines
89 B
Bash
Raw Normal View History

2023-06-20 04:33:09 +00:00
#!/bin/sh
cd "`dirname \"$0\"`"
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@"