6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
temp_data.sh > temp.log &
|
|
TPID=$!
|
|
fio ~/git/fio/jobs/fio_cpu
|
|
kill $TPID
|
|
|