12 lines
200 B
Bash
Executable File
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
|
|
|