]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/eject
Import sources from 2011-03-30 iso image - rc
[plan9front.git] / rc / bin / eject
1 #!/bin/rc
2 switch($1){
3 case 0
4         echo eject > /dev/fd0ctl
5 case 1
6         echo eject > /dev/fd1ctl
7 case *
8         echo eject > /dev/fd0ctl
9 }