Update build script; make artifacts executable

This commit is contained in:
Saager Mhatre 2014-04-08 20:18:34 +05:30
parent 8065f2f80f
commit e2702935b4
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ for group in groovy_dev ruby_dev scala_dev java_dev db core clojure_dev all fron
mkdir -p ./bin/$group/
ruby build.rb $group > ./bin/$group/dq.sh
done
find bin -type f -name \*.sh -exec chmod u+x {} +