Files
wernermisc/m1rc3/norruption/mtemp
T

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