diff options
author | lshprung <lshprung@yahoo.com> | 2021-04-15 17:12:17 -0700 |
---|---|---|
committer | lshprung <lshprung@yahoo.com> | 2021-04-15 17:12:17 -0700 |
commit | 15e143a6bf58c991a557a1b9a97d4fdc7cb68df0 (patch) | |
tree | 324b83817a188a54cf4d16bf0f79f9aef809ca59 /graphical_prompt.sh | |
parent | a312995bfebd7105e5b2c3e41d628136077212e8 (diff) |
Diffstat (limited to 'graphical_prompt.sh')
-rwxr-xr-x | graphical_prompt.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphical_prompt.sh b/graphical_prompt.sh index 6b82104..e7bd846 100755 --- a/graphical_prompt.sh +++ b/graphical_prompt.sh @@ -14,7 +14,6 @@ PROMPT=$2 if [ -z $2 ]; then PROMPT="Are you sure?" fi -echo $PROMPT zenity --question --text="$PROMPT" RES=$? |