#!/opt/p9p/bin/rc

# Let $home/bin/rc/web get URLs to safari.
if(! test -e /tmp/open.fifo) {
	mkfifo /tmp/open.fifo
	while () {open `{cat /tmp/open.fifo}}
}
