summaryrefslogtreecommitdiff
path: root/bin/menuscripts/mpower
blob: 00fb96c828f5d9bcc53d1f58c56f9bb5346baad8 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
choice="$(printf 'poweroff
suspend
hibernate
reboot
' | commander -c)"

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