genpasswd

This commit is contained in:
2019-04-18 23:33:32 +02:00
parent faa699748c
commit ce76a4c5ae
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
_pass="$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c16)"
echo "$_pass"