diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-01-04 18:37:40 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2023-01-04 18:37:40 -0500 |
| commit | 6e11f434d71a49a6f3dd42d1471eaf7b46003717 (patch) | |
| tree | 74cbff4ee50f947901b7afd7c38ff04c1dc61e66 /.local/bin/prompt | |
| parent | b9e00afded90f03ac18f75aa7dfc8e7f3e146348 (diff) | |
updating scripts
Diffstat (limited to '.local/bin/prompt')
| -rwxr-xr-x | .local/bin/prompt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/prompt b/.local/bin/prompt new file mode 100755 index 0000000..52f8af3 --- /dev/null +++ b/.local/bin/prompt @@ -0,0 +1,2 @@ +#!/bin/sh +[ "$(printf "No\\nYes" | dmenu -i -p "$1" -nb darkred -sb red -sf white -nf gray )" = "Yes" ] && $2 |
