diff options
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=$? |