summaryrefslogtreecommitdiff
path: root/bin/extra/rebootfw
blob: 53c6c00bfffc8aa97a20d3f7b4ae55fd26b437fc (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

printf "\x7\x0\x0\x0\x1\x0\x0\x0\x0\x0\x0\x0" |
	doas tee "/sys/firmware/efi/efivars/OsIndications-8be4df61-93ca-11d2-aa0d-00e098032b8c"

if [ "$(hostname)" = "spring" ]
then
	doas /usr/sbin/reboot
else
	reboot
fi