Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
d41b3aeebbc911edc9d829b7e8f09bcdcded1d89
/
.
/
dev.sh
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