X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fseq2dot;h=d91e45b24b2bc358a7c941f20e36150268f58f0c;hb=17d182804afd1ef97920d37ee2331d9c9b2b354f;hp=b79c8e4c767192af82dbc152f4ae2ee2a004d0c8;hpb=5ddd0980d506e9bb6ce1fe19932deeb52a17a079;p=khome.git diff --git a/home/bin/seq2dot b/home/bin/seq2dot index b79c8e4..d91e45b 100755 --- a/home/bin/seq2dot +++ b/home/bin/seq2dot @@ -8,7 +8,7 @@ BEGIN {print "digraph {"} { prev = prev ? prev : "--" - curr = $1 + curr = $0 ++nlinks[prev] ++nlinks_to[prev, curr] prev = curr