From: Siraaj Khandkar Date: Mon, 21 Sep 2020 14:57:19 +0000 (-0400) Subject: Use full line as element of sequence X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=ddc6816246140f30a1fbb3742e5b236708cd2b88;p=khome.git Use full line as element of sequence --- 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