diff options
| author | 2025-06-02 11:56:54 -0400 | |
|---|---|---|
| committer | 2025-06-02 11:56:54 -0400 | |
| commit | 0b13cf2a3bbd105fe4326e8e005536da43684df6 (patch) | |
| tree | 3dab7f55179194d9efd280a3c3f869327e485b34 /scripts | |
| parent | 2fa7ea95c891981684a55b41977172d040c2cc55 (diff) | |
| download | camu-0b13cf2a3bbd105fe4326e8e005536da43684df6.tar.gz camu-0b13cf2a3bbd105fe4326e8e005536da43684df6.tar.bz2 camu-0b13cf2a3bbd105fe4326e8e005536da43684df6.zip | |
Improve renderer api, misc cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/line_count.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/line_count.sh b/scripts/line_count.sh index e7abdf4..b7e8439 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -8,6 +8,6 @@ find ./src -type f \ -not -path "./src/portal/patches/*" \ -not -path "./src/portal/py/tests/*" \ -not -path "./src/portal/vendor/*" \ - -exec sloccount {} + + -exec loccount {} + #-exec sed -i 's///g' {} + |