diff options
Diffstat (limited to 'support')
-rwxr-xr-x | support/findcaseshift.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/findcaseshift.sh b/support/findcaseshift.sh new file mode 100755 index 0000000..75646ae --- /dev/null +++ b/support/findcaseshift.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/bash | ||
2 | |||
3 | grep 'to\(Lower\|Upper\)' -o $(find -iname *.cpp) $(find -iname *.h) 2>&1 | grep -v '.svn' | sort | uniq | ||