diff options
| -rwxr-xr-x | scripts/cloc.sh (renamed from cloc.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloc.sh b/scripts/cloc.sh index 9384d7a..0b34f61 100755 --- a/cloc.sh +++ b/scripts/cloc.sh @@ -1,2 +1,2 @@ #!/bin/bash -cloc --exclude-dir=bin,obj,build,node_modules,bootstrap,wwwroot --exclude-ext=json,xml . +cloc --exclude-dir=bin,obj,build,node_modules,bootstrap,wwwroot --exclude-ext=json,xml .. |
