anthony revidoval tento gist . Přejít na revizi
1 file changed, 4 insertions
random_str.sh(vytvořil soubor)
@@ -0,0 +1,4 @@ | |||
1 | + | #!/bin/bash | |
2 | + | random_str() { | |
3 | + | tr -dc A-Za-z0-9 </dev/urandom | head -c 13; echo | |
4 | + | } |
Novější
Starší