#!/bin/rc
want=`{hiq -Fhost "proto=web" | tofi}
if (test $#want -eq 0) {
	exit $status
}
hiq -dFpassword "proto=web" "host=$want" | tr -d '\n' | wtype -
