aboutsummaryrefslogtreecommitdiffstats
path: root/90_reboot
blob: 04c0b90be52e7356988068ce408cbc6ae3db9202 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

cat << EOF
menuentry 'Reboot' --class tool {
	reboot
}
EOF