7 lines
96 B
Bash
Executable File
7 lines
96 B
Bash
Executable File
#!/bin/sh
|
|
pwgen \
|
|
-1 \
|
|
-y \
|
|
--remove-chars=\~\`\"\'{}\(\)\[\]\*.\;\|,\<\> \
|
|
22
|