diff options
author | Nathan Reiner <nathan@reinerweb.ch> | 2021-12-13 23:33:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 23:33:32 +0100 |
commit | b2b7284c755d6a950ad3282e922272fa561b9e34 (patch) | |
tree | 410c4c862e889ad55dcc7540814a15a55afec473 | |
parent | 099edde49d98f990665a5c4a9585e621cd5e8ab2 (diff) |
Update scrubs
-rwxr-xr-x | scrubs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -files=$(find . -name "*.cpp") +files=$(find . -name "*.(cpp|c)") get_todos() { if [ -z "$1" ]; then |