Starbound/scripts/gitlab-ci/linux/run-client.sh
2025-03-21 22:23:30 +11:00

5 lines
89 B
Bash

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