enhanced command line parsing.

This commit is contained in:
2026-02-01 10:21:35 +01:00
parent 34d8ba7214
commit 08acce525b
3 changed files with 65 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
temp_data.sh > temp.log &
measure_temp.sh > ${1} &
TPID=$!
fio fio/fio_cpu
kill $TPID
fio ~/git/pistress/fio/fio_cpu
kill $TPID > /dev/null