index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
po
/
fix-merge.awk
blob: ec9e253b81bd6583719bc8760d155ca898c3a76e (
plain
)
1
2
3
4
5
6
#! /usr/bin/gawk -f
/^<<<<<<< HEAD/
{
next
}
/^=======/
,
/^>>>>>>> /
{
next
}
{
print
}