summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-01-05 20:53:10 -0500
committerAndrew Opalach <andrew@akon.city> 2024-01-05 20:53:10 -0500
commit11bbaf5198d15da44731ffb63411558f1c72f97e (patch)
tree84f490c6509e5d13e6d71db5bc96a9502a795258 /scripts
parentb1f375225c1e4096461d08fa351d78062d0ae47b (diff)
downloadcamu-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-xscripts/line_count.sh3
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