mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01: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
|