Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-08 09:10:10 +01:00
9 Zeilen
218 B
Bash
9 Zeilen
218 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd .. &&
|
||
|
echo "Start maven build" &&
|
||
|
mvn clean install &&
|
||
|
echo "Copying" &&
|
||
|
cd ./all/ &&
|
||
|
cp ./target/viabackwards-all-2.0-DEV.jar /home/adr/mc/Spigot/TestServers/BungeeCord/plugins/ &&
|
||
|
echo "Done."
|