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