7 Zeilen
131 B
Bash
Ausführbare Datei
7 Zeilen
131 B
Bash
Ausführbare Datei
#!/bin/sh
|
|
|
|
git apply --unsafe-paths --directory=../Spigot/Spigot-Server SteamWar-Patches/*
|
|
|
|
cd ../Spigot/Spigot-Server
|
|
mvn package
|