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