ref: 3c7b96eefe4382559c195eec433f48ee0e5afc38 dir: /bin/wiki/
#!/bin/rc title=`{echo $* | sed 's: :_:g'} mkdir -p /tmp/wiki hget 'http://en.wikipedia.org/api/rest_v1/page/html/'$title >/tmp/wiki/$title echo plumb 'file:///tmp/wiki/'$title