Date:2011-10-08 00:42:25 (12 years 5 months ago)
Author:Werner Almesberger
Commit:84b2d419b0293939cfe82845fdd9ac1dcae664b4
Message:m1rc3/norruption/mtemp: so Ubuntu now has a usbtmc module that gets in the way. rmmod :)

Files: m1rc3/norruption/mtemp (1 diff)

Change Details

m1rc3/norruption/mtemp
11#!/bin/sh
22while true; do
3    rmmod usbtmc
34    echo `date --rfc-333=seconds` `printf '%.3f\n' \`./tco.py\``
45    sleep 60
56done

Archive Download the corresponding diff file

Branches:
master



interactive