mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-12-19 00:19:21 +02:00
m1rc3/norruption/mtemp: so Ubuntu now has a usbtmc module that gets in the way. rmmod :)
This commit is contained in:
parent
8741616d8d
commit
84b2d419b0
@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
while true; do
|
while true; do
|
||||||
|
rmmod usbtmc
|
||||||
echo `date --rfc-333=seconds` `printf '%.3f\n' \`./tco.py\``
|
echo `date --rfc-333=seconds` `printf '%.3f\n' \`./tco.py\``
|
||||||
sleep 60
|
sleep 60
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user