mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-02 13:42:32 +00:00
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
set -eo pipefail
|
|
dotnet DMCompiler_linux-x64/DMCompiler.dll --suppress-unimplemented paradise.dme
|