home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ddd098
)
Use full line as element of sequence
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 21 Sep 2020 14:57:19 +0000
(10:57 -0400)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 21 Sep 2020 14:57:19 +0000
(10:57 -0400)
home/bin/seq2dot
patch
|
blob
|
blame
|
history
diff --git
a/home/bin/seq2dot
b/home/bin/seq2dot
index
b79c8e4
..
d91e45b
100755
(executable)
--- 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
This page took
0.025761 seconds
and
4
git commands to generate.