From 261241f25ab87e1884f22f8c326783348da22e33 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Sun, 21 Jan 2024 12:56:15 +0100 Subject: [PATCH] Introduce special characters to genpw --- bin/genpw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/genpw b/bin/genpw index 82245a0..49de5be 100755 --- a/bin/genpw +++ b/bin/genpw @@ -1,7 +1,7 @@ #!/bin/bash LENGTH=30 -CLASS="[:alnum:]" +CLASS="[:alnum:]-_.:,;*=!<>" # Show usage if [ "$1" == "--help" ]; then