3 lines
70 B
Bash
Executable File
3 lines
70 B
Bash
Executable File
#!/bin/bash
|
|
cat /dev/urandom | tr -dc "a-zA-Z0-9_" | head -c 50; echo
|