geforkt von Mirrors/Paper
4 Zeilen
131 B
Bash
4 Zeilen
131 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./newApplyPatches.sh && mvn clean install
|