diff options
author | Alfonso Siciliano <alfsiciliano@gmail.com> | 2022-01-28 08:14:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-01-28 08:14:55 +0000 |
commit | 02db4a1234b3bd9cf153e567827fd387cf91bfb2 (patch) | |
tree | 6a8d148a11a4a9d58ba1adb078d72e491339652b /examples_utility/passwordbox.sh | |
parent | 77a55d2c3b4dd48a9a608736a9ba7ebce700bae1 (diff) |
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 |