diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 03:16:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 03:16:08 +0300 |
commit | a56e62f2a9f5765af8294f77658b2ec9d7effc1e (patch) | |
tree | a35c90d25c7db136da1eb7a46c63c51c4f68a4ab /herculeswrapper/include.sh | |
parent | 6e8f1ad4461537d0c958b06ffac37cbb138a45fa (diff) | |
download | evol-tools-a56e62f2a9f5765af8294f77658b2ec9d7effc1e.tar.gz evol-tools-a56e62f2a9f5765af8294f77658b2ec9d7effc1e.tar.bz2 evol-tools-a56e62f2a9f5765af8294f77658b2ec9d7effc1e.tar.xz evol-tools-a56e62f2a9f5765af8294f77658b2ec9d7effc1e.zip |
herculeswrapper: add support for rebuild code.
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 +} |