3 lines
76 B
Bash
3 lines
76 B
Bash
|
#!/bin/bash
|
||
|
< /dev/urandom tr -dc _.:=\;A-Z-a-z-0-9 | head -c${1:-32};echo;
|