summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-06-02 11:53:51 -0400
committerAndrew Opalach <andrew@akon.city> 2025-06-02 11:53:51 -0400
commita2e04b98512e9db93d5457ecc52ac385b9a9e0aa (patch)
treedd9c5022267acb957520d572ee33004cc40fad2a /scripts
parent1f1b60ed59cd3b3d594cf16c51cb835cb912fb12 (diff)
downloadstela-a2e04b98512e9db93d5457ecc52ac385b9a9e0aa.tar.gz
stela-a2e04b98512e9db93d5457ecc52ac385b9a9e0aa.tar.bz2
stela-a2e04b98512e9db93d5457ecc52ac385b9a9e0aa.zip
Add window decoration toggle, cleanup project
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 a6ac787..6af0fe0 100755
--- a/scripts/line_count.sh
+++ b/scripts/line_count.sh
@@ -1,3 +1,3 @@
#! /usr/bin/env sh
export LC_ALL="C"
-find ./src ./include -type f -exec sloccount {} +
+find ./src ./include -type f -exec loccount {} +