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