summaryrefslogtreecommitdiff
path: root/rc/bin/hold
blob: 9baa4070b2e14f8a32a48a17343e4b745846b86c (plain)
1
2
3
4
5
6
#!/bin/rc
{
	echo holdon >[1=3]
	cat $1 > /dev/cons
	cat /dev/cons > $1
} >[3]/dev/consctl