mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 17:32:28 +02:00
7 lines
116 B
Bash
Executable File
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
|