-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Lines 110 to 127 in 9747d1c
git ls-files --deduplicate \ | |
'*.c' \ | |
'*.cpp' \ | |
'*.go' \ | |
'*.h' \ | |
'*.hpp' \ | |
'*.ts' \ | |
'*.js' \ | |
'*.lua' \ | |
'*.py' \ | |
'*.rb' \ | |
'*.rs' \ | |
'*.toml' \ | |
'*.yaml' \ | |
'*.yml' \ | |
'Makefile' \ | |
| while IFS='' read -r f; do [ -f "$${f}" ] && echo "$${f}" || true; done \ | |
); \ |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working