diff options
Diffstat (limited to 'examples_utility/passwordbox.sh')
-rwxr-xr-x | examples_utility/passwordbox.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples_utility/passwordbox.sh b/examples_utility/passwordbox.sh index 5c6a91e0f057..673491f64140 100755 --- a/examples_utility/passwordbox.sh +++ b/examples_utility/passwordbox.sh @@ -6,7 +6,7 @@ # To the extent possible under law, the author has dedicated all copyright # and related and neighboring rights to this software to the public domain # worldwide. This software is distributed without any warranty, see: -# <http://creativecommons.org/publicdomain/zero/1.0/>. +# <http://creativecommons.org/publicdomain/zero/1.0/>. ./bsddialog --insecure --title " password " --passwordbox "Hello World!" 12 40 \ 2>out.txt ; cat out.txt ; rm out.txt |