mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
10 lines
273 B
Bash
Executable File
10 lines
273 B
Bash
Executable File
#!/usr/bin/env -i bash
|
|
|
|
# cd to file containing script or something?
|
|
BASEDIR=$(dirname "$0")
|
|
echo "$BASEDIR"
|
|
cd "$BASEDIR"
|
|
|
|
# TODO: unhardcode this, probably ship Mono with SS14.
|
|
/Library/Frameworks/Mono.framework/Versions/Current/Commands/mono --arch=64 ./SS14.Client.exe
|