Fix not creating folder

This commit is contained in:
2026-04-07 03:22:41 -05:00
parent 20df7b8497
commit 8a5d0ad491

View File

@@ -1,4 +1,7 @@
#!/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
mkdir -p ./test_data/
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