6 lines
88 B
Bash
Executable File
6 lines
88 B
Bash
Executable File
measure_temp.sh > ${1} &
|
|
TPID=$!
|
|
fio ~/git/pistress/fio/fio_cpu
|
|
kill $TPID > /dev/null
|
|
|