diff options
| author | 2024-10-19 11:07:04 -0400 | |
|---|---|---|
| committer | 2024-10-19 11:18:15 -0400 | |
| commit | b8abe660fab174d37f8f49142f2261e93f463527 (patch) | |
| tree | 407b1e7c9113ca2d628775bf7d6921e93df722d2 /scripts | |
| parent | 9e63fb59e7b8506183172869ea44b68cdec29be5 (diff) | |
| download | libnaunet-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-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 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 {} + |