2 # Author: Nick Treleaven
3 # License: GPL V2 or later
4 # Usage: check-mnemonics.sh [file list]
10 FILES
='src/*.c plugins/*.c'
14 fgrep
-n 'menu_item_new' $FILES |
egrep -v '".*_[a-zA-Z0-9]' |fgrep
-v from_stock |fgrep
-v '_("No custom commands defined.")' |fgrep
-vi '_("invisible")' |
egrep '_\(".+' --color