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