Add script to create randomized files
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
test_data/
|
||||||
4
create_test_file.sh
Executable file
4
create_test_file.sh
Executable file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/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
|
||||||
Reference in New Issue
Block a user