added a script to generate passwords
This commit is contained in:
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"
|
Reference in New Issue
Block a user