genpasswd

This commit is contained in:
2019-04-18 23:30:41 +02:00
parent e3ff4cf78a
commit be5d3229a3
2 changed files with 7 additions and 0 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"