mnml/bin/server.sh
2019-07-16 14:05:54 +10:00

11 lines
235 B
Bash
Executable File

#!/bin/bash
# bless you chris and andy <3
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
MNML_PATH=$(realpath "$DIR/../")
VERSION=$(<"$MNML_PATH/VERSION")
cd $MNML_PATH/server
echo "building server $VERSION"
cargo build --release