aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNPScript <nathan@reinerweb.ch>2022-05-23 12:17:39 +0200
committerNPScript <nathan@reinerweb.ch>2022-05-23 12:17:39 +0200
commit02ff054e309fcab5d9149630b9635b7465fa179e (patch)
tree05dbf0c8c5d3a0a08adcf7d52c4ff381cbbfbb52
parentababb9aed2d73f4c9a5a78b5ed970712ebb084e2 (diff)
add headers
-rwxr-xr-xscrubs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrubs b/scrubs
index f38c3d4..a62205b 100755
--- a/scrubs
+++ b/scrubs
@@ -1,7 +1,7 @@
#!/bin/sh
files() {
- find . -regextype posix-egrep -regex ".*\.(cpp|c)" -print0
+ find . -regextype posix-egrep -regex ".*\.(cpp|c|h|hpp)" -print0
}
get_todos() {