#!/bin/rc

if(~ $#* 1){
	out=`{basename $1}
	hget -vo $out $1 |[2] aux/statusbar $out
}
if not{
	echo usage: `{basename $0} URL >[1=2]
	exit usage
}
