Files
wernermisc/m1rc3/norruption/2/mtemp
T

7 lines
116 B
Bash
Executable File

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