1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-12-18 23:44:04 +02:00

m1rc3/norruption/mtemp: so Ubuntu now has a usbtmc module that gets in the way. rmmod :)

This commit is contained in:
Werner Almesberger 2011-10-07 19:42:25 -03:00
parent 8741616d8d
commit 84b2d419b0

View File

@ -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