mnml/bin/build.sh
2019-07-16 18:02:28 +10:00

12 lines
200 B
Bash
Executable File

# bless you chris and andy <3
# DOES NOT WORK AT MOMENT
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
MNML_PATH=$(realpath "$DIR/../")
VERSION=$(<"$MNML_PATH/VERSION")
make server
make client