added run_cyclic script. It mounts tmpfs in ./tmp, runs BF_companion for some cycles, cleans ./tmp

This commit is contained in:
2025-11-13 18:22:38 +03:00
parent a44043593c
commit 4d1f7fdbe9

4
run_cyclic Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/bash
sudo mount -t tmpfs -o size=1G tmpfs tmp
./BF_companion 100 #should generate approx 500 MB of data by running 10 secs
rm tmp/*