some structure refactor

This commit is contained in:
2026-07-20 21:58:04 +03:00
parent fc0730c751
commit 1172683d9a
26 changed files with 493 additions and 38 deletions
@@ -0,0 +1,10 @@
BEGIN { FS = "\t" }
NF == 11 && $2 == "START" {
version[$3 "\034" $4] = $11
}
NF == 11 && $2 == "SUMMARY" && $11 ~ /(^|; )complete=1$/ && \
version[$3 "\034" $4] != "" {
print $3 "\t" $4 "\t" version[$3 "\034" $4]
}