mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
6 lines
102 B
Bash
Executable File
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
|