ref: c57c8ab75d68d973e7b032792c6b729efcc13a93 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