Files
OldThink/BuildFiles/Mac/Space Station 14.app/Contents/MacOS/SS14

9 lines
148 B
Plaintext
Raw Normal View History

#!/bin/sh
2017-08-14 15:05:39 +02:00
# cd to file containing script or something?
BASEDIR=$(dirname "$0")
echo "$BASEDIR"
cd "$BASEDIR"
2019-12-16 00:46:09 +01:00
exec ../Resources/Robust.Client "$@"