aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscrubs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrubs b/scrubs
index a1d4e7a..7132c0f 100755
--- a/scrubs
+++ b/scrubs
@@ -1,6 +1,6 @@
#!/bin/sh
-files=$(find . -name "*.cpp")
+files=$(find . -name "*.(cpp|c)")
get_todos() {
if [ -z "$1" ]; then