aboutsummaryrefslogtreecommitdiffstats
path: root/91_poweroff
blob: 49119323bfccac3ca53c95fc1d56b6e6fcad53f9 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh

cat << EOF
menuentry 'Poweroff' --class tool {
	halt
}
EOF