diff options
| author | NPScript <nathan@reinerweb.ch> | 2022-05-23 12:17:39 +0200 |
|---|---|---|
| committer | NPScript <nathan@reinerweb.ch> | 2022-05-23 12:17:39 +0200 |
| commit | 02ff054e309fcab5d9149630b9635b7465fa179e (patch) | |
| tree | 05dbf0c8c5d3a0a08adcf7d52c4ff381cbbfbb52 | |
| parent | ababb9aed2d73f4c9a5a78b5ed970712ebb084e2 (diff) | |
add headers
| -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() { |