This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
bachir
/
alpine-web-werver
Segui
1
Vota
1
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
dac5ea6435
Rami (Branch)
Tag
3.10
3.11
3.12
3.8
3.9
master
alpine-web-w...
/
bin
/
genpass.sh
genpass.sh
83 B
Cronologia
Originale
1
2
3
4
#!/bin/sh
_pass="$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c16)"
echo "$_pass"