Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
3f2b2ed7ad5cc7cf685d8c3bd6f92bcf9923ff59
/
.
/
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