aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@reinerweb.ch>2021-12-13 23:33:32 +0100
committerGitHub <noreply@github.com>2021-12-13 23:33:32 +0100
commitb2b7284c755d6a950ad3282e922272fa561b9e34 (patch)
tree410c4c862e889ad55dcc7540814a15a55afec473
parent099edde49d98f990665a5c4a9585e621cd5e8ab2 (diff)
Update scrubs
-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