added run_cyclic script. It mounts tmpfs in ./tmp, runs BF_companion for some cycles, cleans ./tmp
This commit is contained in:
4
run_cyclic
Executable file
4
run_cyclic
Executable 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/*
|
||||||
Reference in New Issue
Block a user