Introduce special characters to genpw

This commit is contained in:
JPT
2024-01-21 12:57:12 +01:00
parent 097839b7be
commit 261241f25a
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
LENGTH=30
CLASS="[:alnum:]"
CLASS="[:alnum:]-_.:,;*=!<>"
# Show usage
if [ "$1" == "--help" ]; then