mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 18:09:43 +02:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
while true; do
|
||
|
echo `date --rfc-333=seconds` `printf '%.3f\n' \`./tco.py\``
|
||
|
sleep 60
|
||
|
done
|