git: 9front

ref: 87945b2a4082f94c726a44ef64c0a26b600adb15
dir: /rc/bin/inst/halt/

View raw version
#!/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