summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-01 17:57:58 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-01 17:57:58 -0300
commit0ff6b4c354ca94136142613ec92faf3ccd3f2c96 (patch)
treea10b00d95ec8009d551e1272d00b5bed86669537
parent35b100998087cea15b589a064856014c57792ebf (diff)
downloadall-0ff6b4c354ca94136142613ec92faf3ccd3f2c96.tar.gz
all-0ff6b4c354ca94136142613ec92faf3ccd3f2c96.tar.bz2
all-0ff6b4c354ca94136142613ec92faf3ccd3f2c96.tar.xz
all-0ff6b4c354ca94136142613ec92faf3ccd3f2c96.zip
init plugin
-rwxr-xr-xinit.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.sh b/init.sh
index a1c61b8..5442b65 100755
--- a/init.sh
+++ b/init.sh
@@ -53,6 +53,10 @@ elif [[ "${CMD}" == "local" ]]; then
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "tools" ]]; then
${CLONE1}/evol-tools.git tools
+elif [[ "${CMD}" == "plugin" ]]; then
+ ${CLONE1}/evol-hercules.git server-code/src/evol
+ cd server-code/src/evol ; git checkout tmw2 ; cd ../../..
+ ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "docs" ]]; then
${CLONE1}/Docs.git docs
${CLONE1}/TheManaWorld_Wiki.wiki.git wiki