voidrice/.scripts/prompt

4 lines
123 B
Text
Raw Normal View History

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