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