tdroadmap_merger/filters/newui_filter
author William Roberts <williamr@symbian.org>
Mon, 07 Sep 2009 14:01:18 +0100
changeset 43 ddf62a543fb6
parent 42 d3a9ef1a3041
permissions -rwxr-xr-x
Added %HREPO% and %WHREPO%, to assist in cloning from network drives

mv newui.txt old_newui.txt
grep -i qt $1 >> newui.txt
grep -i direct.*ui $1 >>newui.txt
grep -i orbit $1 >>newui.txt
grep -i touch $1 >>newui.txt
sort -u newui.txt > tmp1.txt
mv tmp1.txt newui.txt
diff old_newui.txt newui.txt
diff old_newui.txt newui.txt | grep '[<|>]' > diff_newui.txt