ref: d226e0e0c5962ed8a3e982a541eb1b63a7943a12 dir: /rc/bin/eject/
#!/bin/rc switch($1){ case 0 echo eject > /dev/fd0ctl case 1 echo eject > /dev/fd1ctl case * echo eject > /dev/fd0ctl }