#!/bin/rc

rfork en

if(~ $#* 0)
	msg=`{read}
if not
	msg=$"*

for (i in /srv/notify.*)
	echo $msg >> $i
