3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
|
#!/bin/sh
|
||
|
cat /dev/urandom | tr -dc _A-Z-a-z-0-9 | head -c${1:-$1};echo;
|