1 2 3 4 5 6 7
#!/bin/sh choice="$(printf 'poweroff suspend hibernate reboot' | commander -c -d)" [ "$choice" ] && systemctl "$choice"