osb/scripts/ci/linux/run-client.sh
2024-03-17 22:38:55 +11:00

6 lines
89 B
Bash
Executable File

#!/bin/sh
cd "`dirname \"$0\"`"
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@"