mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
7 lines
222 B
Bash
7 lines
222 B
Bash
#!/usr/bin/env sh
|
|
# A simple prompt script.
|
|
# Based from Luke Smith's prompt script.
|
|
# https://github.com/LukeSmithxyz/voidrice/blob/master/.local/bin/prompt
|
|
|
|
[ "$(printf "No\\nYes" | rofi -dmenu -p "$1")" = "Yes" ] && $2
|