summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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