Introduce special characters to genpw

This commit is contained in:
Jan Philipp Timme 2024-01-21 12:56:15 +01:00
parent 097839b7be
commit 261241f25a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
LENGTH=30
CLASS="[:alnum:]"
CLASS="[:alnum:]-_.:,;*=!<>"
# Show usage
if [ "$1" == "--help" ]; then