X-Git-Url: https://git.martlubbers.net/?p=cloogle-irc.git;a=blobdiff_plain;f=run.sh;h=ee3a1a9b544321d5ea0298c038f77e0171faaa31;hp=83639f606c6492cc065314bcdafc87a31e87e352;hb=1c65613d8732d28f6c6c11864ccbc761918ac594;hpb=befcf2ab2ca4e80eebcbd839ce4a0375ae9a6012;ds=sidebyside diff --git a/run.sh b/run.sh index 83639f6..ee3a1a9 100644 --- a/run.sh +++ b/run.sh @@ -2,7 +2,9 @@ while true do git pull origin master - make - ./cloogle + git submodule init + git submodule update + make -B + ./cloogleirc "$@" sleep 5s done