Rivoreo Source Code Repositories
src.rivoreo.one
/
glowstone
/
4d378c359d2dd94a15d2f03ff918a298de840dc6
/
.
/
scripts
/
build.sh
blob: 26971728af35000306f81b7ecf2a3a0be9f87b99 [
file
] [
log
] [
blame
] [
raw
]
#!/bin/sh
# Run script within the directory
BINDIR
=
$
(
dirname
"$(readlink -fn "
$0
")"
)
cd
"$BINDIR"
# Build Glowstone
(
cd
..
&&
mvn
-
T
1C
-
B package
)