5 lines
67 B
Bash
Executable file
5 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
exec mono bin/SS14.Launcher.exe
|