mnml/bin/clean.sh
2019-07-10 21:59:07 +10:00

9 lines
180 B
Bash
Executable File

#!/bin/bash
# bless you chris and andy <3
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
MNML_PATH=$(realpath "$DIR/../")
rm $MNML_PATH/etc/mnml.env
rm $MNML_PATH/server/.env