Varo/build.sh
2020-05-17 19:16:11 +02:00

4 lines
No EOL
140 B
Bash
Executable file

#!/bin/bash
mvn install -f "varo/pom.xml"
cp varo/target/varo-1.0.jar ../0LocalServer/plugins/varo.jar
echo "Build done and file was moved."