From 18998d224e17a795cf503912dd46de8a1fc42913 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 3 Jan 2011 19:01:09 +0000 Subject: [PATCH] hostside/measure-speeds: add imprecation to include args to measure-speed in commit message --- hostside/measure-speeds | 3 +++ 1 file changed, 3 insertions(+) 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] }') -- 2.30.2