8 Zeilen
112 B
Bash
Ausführbare Datei
8 Zeilen
112 B
Bash
Ausführbare Datei
#!/bin/sh
|
|
|
|
cd ../../Spigot/Spigot-Server
|
|
|
|
git apply -v ../../SteamSpigot/Spigot/SteamWar-Patches/*
|
|
|
|
mvn package
|