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