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