Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/rc
switch($1){
case 0
echo eject > /dev/fd0ctl
case 1
echo eject > /dev/fd1ctl
case *
}