4 lines
123 B
Text
4 lines
123 B
Text
|
#!/bin/sh
|
||
|
[ $(echo -e "No\nYes" | dmenu -i -p "$1" -nb darkred -sb red -sf white -nf gray -fn mono) \
|
||
|
== "Yes" ] && "$@:2"
|