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