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