Última atividade 1759078419

anthony's Avatar anthony revisou este gist 1759078419. 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