ref: 92d3d9d1a431f20df9ce8d3d42ac7fb428281a01 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