From 02ff054e309fcab5d9149630b9635b7465fa179e Mon Sep 17 00:00:00 2001 From: NPScript Date: Mon, 23 May 2022 12:17:39 +0200 Subject: add headers --- scrubs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.3-70-g09d2