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