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