diff options
| author | 2024-01-05 20:53:10 -0500 | |
|---|---|---|
| committer | 2024-01-05 20:53:10 -0500 | |
| commit | 11bbaf5198d15da44731ffb63411558f1c72f97e (patch) | |
| tree | 84f490c6509e5d13e6d71db5bc96a9502a795258 /scripts | |
| parent | b1f375225c1e4096461d08fa351d78062d0ae47b (diff) | |
| download | camu-11bbaf5198d15da44731ffb63411558f1c72f97e.tar.gz camu-11bbaf5198d15da44731ffb63411558f1c72f97e.tar.bz2 camu-11bbaf5198d15da44731ffb63411558f1c72f97e.zip | |
Cleanup and fix build
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/line_count.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/line_count.sh b/scripts/line_count.sh index a99b2c4..2ecb7f5 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,3 +1,2 @@ #! /usr/bin/env sh -find ./src -type f ! -path './src/shoki/cpy/shoki.[c|h]' ! -path '*__pycache__*' \ - ! -path './src/fruits/desktop/camu.[c|h][c|h]' | xargs wc -l +find ./src -type f | xargs wc -l |