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