summaryrefslogtreecommitdiff
path: root/bin/menuscripts/mpower
blob: 0d0cdcca76c567c234307c0e5553b813c709d9b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
choice="$(
cat <<EOF | commander -c -w 9 -y 4
poweroff
suspend
hibernate
reboot
EOF
)"

[ "$choice" ] && systemctl "$choice"