9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
#!/usr/bin/env -i bash
|
|
|
|
# cd to file containing script or something?
|
|
BASEDIR=$(dirname "$0")
|
|
echo "$BASEDIR"
|
|
cd "$BASEDIR"
|
|
|
|
mono ../Resources/SS14.Client.exe
|