diff options
| author | 2025-06-02 11:53:51 -0400 | |
|---|---|---|
| committer | 2025-06-02 11:53:51 -0400 | |
| commit | a2e04b98512e9db93d5457ecc52ac385b9a9e0aa (patch) | |
| tree | dd9c5022267acb957520d572ee33004cc40fad2a /scripts | |
| parent | 1f1b60ed59cd3b3d594cf16c51cb835cb912fb12 (diff) | |
| download | stela-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-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 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 {} + |