diff options
| author | 2023-11-10 14:45:42 -0500 | |
|---|---|---|
| committer | 2023-11-10 14:45:42 -0500 | |
| commit | 08b14e82c9dbc8a7f46480ca585b972549a2063c (patch) | |
| tree | 41030a91ad2f9aeb7539c50ded0d97b79e591ed8 /scripts | |
| download | stela-08b14e82c9dbc8a7f46480ca585b972549a2063c.tar.gz stela-08b14e82c9dbc8a7f46480ca585b972549a2063c.tar.bz2 stela-08b14e82c9dbc8a7f46480ca585b972549a2063c.zip | |
Add sekihi
- Subprojects temporarily omitted
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/line_count.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/line_count.sh b/scripts/line_count.sh new file mode 100755 index 0000000..aadb675 --- /dev/null +++ b/scripts/line_count.sh @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +find ./src ./include -type f | xargs wc -l |