ref: 49c1ea83f5e42094b933e462eee157063a0ae690 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