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