ref: 287f929342bdc19a23550d37f13abb2010376429
dir: /sys/src/9/boot/nusbrc/
#!/bin/rc
if(! bind -a '#u' /dev)
exit
mkdir -m 0700 '#σc/usb'
if(! nusb/usbd)
exit
@{
rfork ne
fn attach {
switch($4){
case *03
nusb/kb $1
case *08
nusb/disk $1
}
}
fn detach {
rm -f '#σc/usb/'^$1.*
}
rc < '#σ/usb/usbevent' &
}
bind -a '#σ/usb' /dev