diff options
Diffstat (limited to 'herculeswrapper/include.sh')
-rw-r--r-- | herculeswrapper/include.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/herculeswrapper/include.sh b/herculeswrapper/include.sh index f9f4704..6e0257c 100644 --- a/herculeswrapper/include.sh +++ b/herculeswrapper/include.sh @@ -90,3 +90,9 @@ function build_all { cat err.txt cd ../server-data } + +function build_clean { + cd ../tools/localserver + ./clean.sh + cd ../../server-data +} |