mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01: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
|