mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-25 01:31:58 +00:00
4 lines
114 B
Bash
Executable File
4 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
set -eo pipefail
|
|
dotnet OpenDream/bin/DMCompiler/DMCompiler.dll --suppress-unimplemented paradise.dme
|