diff options
author | Momo <momorientes@online.de> | 2011-09-04 20:15:31 +0200 |
---|---|---|
committer | Momo <momorientes@online.de> | 2011-09-04 20:15:31 +0200 |
commit | 34b55bc3cf29cdfbaa40c494e3d2011855f15cc8 (patch) | |
tree | b291b1c3dbc16373667dbd9366e2a5d40d778a57 /query/jquery/index | |
parent | 91d8afe4298e931ec1b59bd4bb7969e5889e67d5 (diff) | |
parent | 3ab0096ac165edb29bdc6911284eb714b18c1deb (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'query/jquery/index')
-rwxr-xr-x | query/jquery/index | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/query/jquery/index b/query/jquery/index new file mode 100755 index 00000000..3c49dac9 --- /dev/null +++ b/query/jquery/index @@ -0,0 +1,19 @@ +#! /bin/sh +set -euf + +# cd // +cd $(dirname $(readlink -f $0))/../.. + +for x in \ + github/tmpvar \ + github/mikeal \ + github/NV \ + github/tautologistics \ +; do + export NODE_PATH="$(readlink -f submodules/$x)${NODE_PATH+:$NODE_PATH}" +done + +# ensure query is ready +#git submodule update --init + +exec node submodules/github/visionmedia/query "$@" |