5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
head -c 10M /dev/urandom > test_data/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 20 | head -n 1
|
|
).bin
|