]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/inst/halt
4554359f0e0fdf0d1965c9e7bf9e8502009c9eac
[plan9front.git] / rc / bin / inst / halt
1 #!/bin/rc
2
3 echo -n 'Halting file systems...'
4
5 if(ps | grep -s ' venti$')
6         venti/sync -h tcp!127.0.0.1!17034
7 if(ps | grep -s ' fossil$'){
8         echo fsys all halt >>/srv/fscons
9         slay fossil|rc
10 }
11
12 echo done
13 echo
14 echo Remember to take the install disk out of the drive.
15 echo Feel free to turn off your computer.
16 while()
17         sleep 3600
18