diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-07-10 23:46:52 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-07-10 23:46:52 +0200 |
| commit | b8b8a7fab06ea146b3a2048f35a421b334a49918 (patch) | |
| tree | 849da1858e322b1388e7aaee126d6e37724d7097 /scripts/cloc.sh | |
| parent | 1bc2e0578356a3482c827d85eb44bf86c2895a4b (diff) | |
| download | greatoffice-b8b8a7fab06ea146b3a2048f35a421b334a49918.tar.xz greatoffice-b8b8a7fab06ea146b3a2048f35a421b334a49918.zip | |
refactor: Move cloc.sh into into new scripts folder
Diffstat (limited to 'scripts/cloc.sh')
| -rwxr-xr-x | scripts/cloc.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cloc.sh b/scripts/cloc.sh new file mode 100755 index 0000000..0b34f61 --- /dev/null +++ b/scripts/cloc.sh @@ -0,0 +1,2 @@ +#!/bin/bash +cloc --exclude-dir=bin,obj,build,node_modules,bootstrap,wwwroot --exclude-ext=json,xml .. |
