From da719d58db433a42d5cbe81d4d30a1cdbbeac3d1 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 13 Dec 2005 22:08:48 +0000 Subject: [PATCH] draft new more sophisticated usage, before we abandon it --- detpic/crashread | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/detpic/crashread b/detpic/crashread index 445168b..e0ce86a 100755 --- a/detpic/crashread +++ b/detpic/crashread @@ -1,4 +1,10 @@ #!/usr/bin/tclsh8.4 +# +# usages: +# ./crashread -p -T .map +# spits .crat to stdout +# ./crashread [-i] [-S] .crat +# spits .crat to stdout if {[llength $argv] != 3} { error "need args: serial port, map file, picno" } set port [lindex $argv 0] -- 2.30.2