From 051ed1ce8ec8b171c109a22be736dd5e8502027d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 May 2021 05:55:54 -0300 Subject: Add missing files D: Sorry Micksha --- manaplus/connect_local_server.sh | 13 +++++++++++++ manaplus/evol.manaplus | 18 ++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100755 manaplus/connect_local_server.sh create mode 100644 manaplus/evol.manaplus diff --git a/manaplus/connect_local_server.sh b/manaplus/connect_local_server.sh new file mode 100755 index 0000000..0f03d0f --- /dev/null +++ b/manaplus/connect_local_server.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash + +sleep 2 + +export MANAPLUS="../../manaplus/src/manaplus" +if [ -f "$MANAPLUS" ]; then + echo "Starting local manaplus" +else + echo "Starting system manaplus" + export MANAPLUS="manaplus" +fi + +nice -n 18 ${MANAPLUS} -u -d ../../client-data evol.manaplus diff --git a/manaplus/evol.manaplus b/manaplus/evol.manaplus new file mode 100644 index 0000000..b6e5dfc --- /dev/null +++ b/manaplus/evol.manaplus @@ -0,0 +1,18 @@ + + + -- cgit v1.2.3-60-g2f50