Add script to create randomized files

This commit is contained in:
2026-03-20 00:25:31 -05:00
parent 047531dd06
commit 20df7b8497
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
test_data/

4
create_test_file.sh Executable file
View 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