diff options
author | root <root@krebs> | 2011-08-05 21:15:53 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-08-05 21:15:53 +0200 |
commit | 1439a3b9c59a0d91a72f10f630e589fb7ef9b1a0 (patch) | |
tree | d5084e2d6d511a12adb0c50f83c368a00c8043a8 /util/bin | |
parent | 74cef9c067980b779979804d46c3768e244485b1 (diff) | |
parent | b08f39813ebc57665f20d8a0abd805abaf922897 (diff) |
Merge branch 'master' of github.com:/krebscode/painload
Conflicts:
evan/satz-liste
Diffstat (limited to 'util/bin')
-rwxr-xr-x | util/bin/wiki.firstpar | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/util/bin/wiki.firstpar b/util/bin/wiki.firstpar new file mode 100755 index 00000000..df66f707 --- /dev/null +++ b/util/bin/wiki.firstpar @@ -0,0 +1,23 @@ +#! /bin/sh +set -euf + +A=Mozilla + +pwd="$(dirname "$(readlink -f "$0")")" + +for x in \ + "$pwd/../../submodules/github/tmpvar" \ + "$pwd/../../submodules/github/mikeal" \ + "$pwd/../../submodules/github/NV" \ + "$pwd/../../submodules/github/tautologistics" \ +; do + export NODE_PATH="`readlink -f "$x"`${NODE_PATH+:$NODE_PATH}" +done + +# ensure query is ready +#(cd "$pwd/../.." && git submodule update --init) + +query() { + node "$(readlink -f "$pwd/../../submodules/github/visionmedia/query")" "$@" +} +curl -sS -A "\${A-Mozilla}" "$1" | query 'p' 'first' | w3m -T text/html -dump |