blob: 4c70254f95e51b7ebbe4a86c20b008b79c5c3728 [file] [log] [blame] [raw]
if [ "$1" != "run" ];
then
./setup.sh
fi
if [ $? -eq 0 ];
then
cp target/glowstone-1.11-SNAPSHOT.jar target/glowstone.jar
(cd target && ../start.sh)
else
echo "Glowstone did not compile."
fi