summaryrefslogtreecommitdiff
path: root/herculeswrapper/include.sh
diff options
context:
space:
mode:
Diffstat (limited to 'herculeswrapper/include.sh')
-rw-r--r--herculeswrapper/include.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh
index 6e0257c..cc6b1f4 100644
--- a/herculeswrapper/include.sh
+++ b/herculeswrapper/include.sh
@@ -96,3 +96,10 @@ function build_clean {
./clean.sh
cd ../../server-data
}
+
+function build_plugin {
+ cd ../server-plugin
+ ./build.sh 2>err.txt
+ cat err.txt
+ cd ../server-data
+}