4 lines
66 B
Bash
4 lines
66 B
Bash
#!/bin/sh
|
|
|
|
exec mono "./Barotrauma.exe" MONO_LOG_LEVEL=debug "$@"
|
#!/bin/sh
|
|
|
|
exec mono "./Barotrauma.exe" MONO_LOG_LEVEL=debug "$@"
|