]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/inst/halt
merge
[plan9front.git] / rc / bin / inst / halt
1 #!/bin/rc
2
3 echo -n 'Halting file systems...'
4
5 if(ps | grep -s ' cwfs$')
6         echo halt >>/srv/cwfs.cmd
7
8 echo done
9 echo
10 echo Remember to take the install disk out of the drive.
11 echo Feel free to turn off your computer.
12 while()
13         sleep 3600
14