Made the script dash compatible.

This commit is contained in:
cronyakatsuki 2022-10-30 16:07:16 +01:00
parent a5181c505c
commit 56ca92cb33
13 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
# simple power menu script
source $HOME/.config/dmenu/config
. $HOME/.config/dmenu/config
case "$(printf "shutdown\\nreboot" | $DMENU -p "Choose your poison")" in
"shutdown") poweroff ;;