#!/bin/ash
# rustic  shutdown

case $1 in
-r)  init 6;;
-h) init 0;;
*)
	init 6;;
esac
