summaryrefslogtreecommitdiffstats
path: root/query/jquery/index
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-12-20 23:50:50 +0100
committertv <tv@shackspace.de>2014-12-20 23:50:50 +0100
commit4cb79a1d40ca4a74fe4423bbd18013b5abdb25b6 (patch)
treed6729ab521d0ee0a2bf029107e15f1e5a191ea6b /query/jquery/index
parent5c7c7d242fa943ec7a96de4a43efa3fc6b1ef77a (diff)
parentea7f640f19231e2fd9243671384f61c949baff09 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'query/jquery/index')
-rwxr-xr-xquery/jquery/index19
1 files changed, 0 insertions, 19 deletions
diff --git a/query/jquery/index b/query/jquery/index
deleted file mode 100755
index 3c49dac9..00000000
--- a/query/jquery/index
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /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 "$@"