diff options
| -rwxr-xr-x | scrubs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |