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 fc3fdb92ee
commit 4678ff1690

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/*