mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption/: infrastructure and test script for temperature measurements
This commit is contained in:
5
m1rc3/norruption/mtemp
Executable file
5
m1rc3/norruption/mtemp
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
while true; do
|
||||
echo `date --rfc-333=seconds` `printf '%.3f\n' \`./tco.py\``
|
||||
sleep 60
|
||||
done
|
||||
Reference in New Issue
Block a user