aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rwxr-xr-xsupport/findcaseshift.sh3
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
3grep 'to\(Lower\|Upper\)' -o $(find -iname *.cpp) $(find -iname *.h) 2>&1 | grep -v '.svn' | sort | uniq