diff options
| author | 2025-06-02 11:50:36 -0400 | |
|---|---|---|
| committer | 2025-06-02 11:50:36 -0400 | |
| commit | 6993b9814769668fb03b4d282734f20f63b16f9c (patch) | |
| tree | c3bf2274ce979aa26be9c06d4ceab87506326645 /scripts | |
| parent | 9fb3646511998310fc8c967c239803f38b2bdc5b (diff) | |
| download | libnaunet-6993b9814769668fb03b4d282734f20f63b16f9c.tar.gz libnaunet-6993b9814769668fb03b4d282734f20f63b16f9c.tar.bz2 libnaunet-6993b9814769668fb03b4d282734f20f63b16f9c.zip | |
Update project structure
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 a6ac787..6af0fe0 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,3 +1,3 @@ #! /usr/bin/env sh export LC_ALL="C" -find ./src ./include -type f -exec sloccount {} + +find ./src ./include -type f -exec loccount {} + |