1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 19:18:05 +02:00
wernermisc/m1rc3/norruption/2/mtemp

7 lines
116 B
Plaintext
Raw Normal View History

#!/bin/sh
while true; do
rmmod usbtmc
echo `date --rfc-333=seconds` `printf '%.3f\n' \`./tco.py\``
sleep 60
done