ref: 66b9196f77442ba8a2cbb1396c7640fd4176c4eb 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 }