added a script to generate passwords
This commit is contained in:
parent
a7fa31962e
commit
3f5967b5bb
4
bin/genpass.sh
Executable file
4
bin/genpass.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
_pass="$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c12)"
|
||||
echo "$_pass"
|
Loading…
x
Reference in New Issue
Block a user