mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1rc3/norruption/mtemp: so Ubuntu now has a usbtmc module that gets in the way. rmmod :)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user