4 lines
66 B
Bash
Executable File
4 lines
66 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
tr -dc 'a-z' </dev/urandom | head -c 1000000
|