summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-10-19 11:07:04 -0400
committerAndrew Opalach <andrew@akon.city> 2024-10-19 11:18:15 -0400
commitb8abe660fab174d37f8f49142f2261e93f463527 (patch)
tree407b1e7c9113ca2d628775bf7d6921e93df722d2 /scripts
parent9e63fb59e7b8506183172869ea44b68cdec29be5 (diff)
downloadlibnaunet-b8abe660fab174d37f8f49142f2261e93f463527.tar.gz
libnaunet-b8abe660fab174d37f8f49142f2261e93f463527.tar.bz2
libnaunet-b8abe660fab174d37f8f49142f2261e93f463527.zip
Simplify packet_pool, various fixes
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 aadb675..9b46c9e 100755
--- a/scripts/line_count.sh
+++ b/scripts/line_count.sh
@@ -1,2 +1,2 @@
#! /usr/bin/env sh
-find ./src ./include -type f | xargs wc -l
+find ./src ./include -type f -exec wc -l {} +