filters/newui/newui_filter
author Sebastian Brannstrom <sebastianb@symbian.org>
Wed, 18 Nov 2009 12:21:26 +0000
changeset 11 b61dd9190c0e
parent 0 48009776fa63
permissions -rwxr-xr-x
Added my python script findpackage.pl

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