Attention is currently required from: neels. osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31266 )
Change subject: add contrib/talloc_count.sh ......................................................................
Patch Set 2: Code-Review+1
(1 comment)
File contrib/talloc_count.sh:
https://gerrit.osmocom.org/c/libosmocore/+/31266/comment/a3fad2bf_e26ad994 PS2, Line 31: grep contains "$f" | sed 's/[ \t]*contains.*//' | sed 's/^[ \t]*//' | sed 's/[ \t][ \t]*/ /g' | grep -v '^$' | grep -v '^[0-9]+$' | sed 's/0x[0-9a-fA-F]+/N/g' | sed 's/[0-9]+/N/g' | sort > "$mangled" split this over multiple lines, so it's more readable?