ref: d24e6e2eaabd956ec186c22a4a623a0d0b0813e4
dir: /rc/bin/inst/halt/
#!/bin/rc echo -n 'Halting file systems...' if(ps | grep -s ' cwfs$') echo halt >>/srv/cwfs.cmd echo done echo echo Remember to take the install disk out of the drive. echo Feel free to turn off your computer. while() sleep 3600