anthony revisou este gist . Ir para a revisão
1 file changed, 4 insertions
random_str.sh(arquivo criado)
| @@ -0,0 +1,4 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | random_str() { | |
| 3 | + | tr -dc A-Za-z0-9 </dev/urandom | head -c 13; echo | |
| 4 | + | } | |
Próximo
Anterior