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