Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
70ae22abbddb37b120f51b9660c55320b5836188
/
.
/
dev.sh
blob: f2c17069edad46fc9d19c412631b7c9784ae851e [
file
] [
log
] [
blame
] [
raw
]
#!/bin/bash
if
[
"$1"
!=
"run"
];
then
./
setup
.
sh
fi
if
[
$
?
-
eq
0
];
then
(
cd target
&&
../
start
.
sh
)
else
echo
"Glowstone did not compile."
fi