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

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