Files
how-many-subshells/jobs/gen_urandom.sh
2024-07-15 23:20:42 +08:00

4 lines
66 B
Bash
Executable File

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