From: Ian Jackson Date: Mon, 3 Jan 2011 19:01:09 +0000 (+0000) Subject: hostside/measure-speeds: add imprecation to include args to measure-speed in commit... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=18998d224e17a795cf503912dd46de8a1fc42913;p=trains.git hostside/measure-speeds: add imprecation to include args to measure-speed in commit message --- diff --git a/hostside/measure-speeds b/hostside/measure-speeds index 70844e7..11e1ea5 100755 --- a/hostside/measure-speeds +++ b/hostside/measure-speeds @@ -11,6 +11,9 @@ # OR put on track segment or C7 ish, facing CLOCKWISE # ./measure-speeds /dev/railway C stop 2 50 0 40 +# When committing, it would be best to include the command line arguments +# in the commit message. + # debugging: # ./measure-speeds [stuff] 2>&1 | perl -pe '$|=1; s/\r/\n/g' | 3<&0 tclsh8.3 <(echo 'set f [open /dev/fd/3]; proc cm {} { clock clicks -milliseconds }; set z [cm]; while {[gets $f l]>=0} { puts [format "%-10s %s" [expr {[cm]-$z}] $l] }')