geforkt von Mirrors/Paper
4 Zeilen
146 B
Bash
Ausführbare Datei
4 Zeilen
146 B
Bash
Ausführbare Datei
#!/bin/bash
|
|
|
|
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh && mvn clean install && ./paperclip.sh
|