summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-06-02 11:50:36 -0400
committerAndrew Opalach <andrew@akon.city> 2025-06-02 11:50:36 -0400
commit6993b9814769668fb03b4d282734f20f63b16f9c (patch)
treec3bf2274ce979aa26be9c06d4ceab87506326645 /scripts
parent9fb3646511998310fc8c967c239803f38b2bdc5b (diff)
downloadlibnaunet-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-xscripts/line_count.sh2
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 {} +