5 lines
143 B
Bash
Executable File
5 lines
143 B
Bash
Executable File
#!/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/*
|