diff options
| author | 2025-06-02 12:47:45 -0400 | |
|---|---|---|
| committer | 2025-06-02 12:50:22 -0400 | |
| commit | 7ad2cd0d2204bb9f6ec65a2af9a0d4518f5c62d1 (patch) | |
| tree | 7ee5ffb2ef89d34f7a0a5209edd2137a67e07e89 /scripts | |
| parent | f2318df4bfda763eafb6d535175e246ad18ac6a3 (diff) | |
| download | mauri-7ad2cd0d2204bb9f6ec65a2af9a0d4518f5c62d1.tar.gz mauri-7ad2cd0d2204bb9f6ec65a2af9a0d4518f5c62d1.tar.bz2 mauri-7ad2cd0d2204bb9f6ec65a2af9a0d4518f5c62d1.zip | |
Changes from deps
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/line_count.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/line_count.sh b/scripts/line_count.sh index 8de6ef8..9bba4dd 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,2 +1,3 @@ #! /usr/bin/env sh -find ./src ./taro/src -type f -exec wc -l {} + +export LC_ALL="C" +find ./src ./taro -type f -exec loccount {} + |