#!/bin/rc
# target, our dog, likes to chase deer, herd geese and help tippi, our cat, who is
# specially good at catching mice
rfork n
mntgen /n
bind '#|' /n/mouse
tippi <>[0]/dev/mouse <>[1]/n/mouse/data &
bind /n/mouse/data1 /dev/mouse
if (~ $#* 0) {
exec rio
}
if not {
exec $*
}
|