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

6 lines
102 B
Bash
Executable File

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