index
:
scrubs
master
Simple Documentation Util
Nathan Reiner <nathan@nathanreiner.xyz>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
scrubs
2
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