diff options
author | tv <tv@also> | 2011-08-05 23:57:46 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-08-05 23:57:46 +0200 |
commit | be437cb12952fd4452efe74c0be7431fb3724104 (patch) | |
tree | 81a6a2ef0071ffae01f8beb5302589a3b0608129 /util/bin | |
parent | 25236810321db809db0622adb4edaade4b69f7d0 (diff) | |
parent | 1398ea4fcff80f7989a66cebb576af4c9f4d2d5d (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'util/bin')
-rwxr-xr-x | util/bin/galileo | 2 | ||||
-rwxr-xr-x | util/bin/wiki.firstpar | 23 |
2 files changed, 25 insertions, 0 deletions
diff --git a/util/bin/galileo b/util/bin/galileo new file mode 100755 index 00000000..8ca7d834 --- /dev/null +++ b/util/bin/galileo @@ -0,0 +1,2 @@ +#!/bin/sh +./wiki.firstpar http://de.m.wikipedia.org/wiki/::Random | xargs ./naturalvoices.att diff --git a/util/bin/wiki.firstpar b/util/bin/wiki.firstpar new file mode 100755 index 00000000..d2181f1b --- /dev/null +++ b/util/bin/wiki.firstpar @@ -0,0 +1,23 @@ +#! /bin/bash +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 -b redirect=seen -L -e http://de.wikipedia.org/wiki/$RANDOM -sS -A "\${A-Mozilla}" "$1" | query 'p' 'first' |w3m -T text/html -dump| cut -c -750 |