1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-03-23 02:48:54 +02:00

6 lines
102 B
Plaintext
Raw Normal View History

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