Update progress script to list files

pull/273/head
Elian Doran 2024-08-04 13:55:51 +07:00
parent c76c17fc6f
commit 11c110f682
No known key found for this signature in database
1 changed files with 7 additions and 4 deletions

@ -1,10 +1,13 @@
#!/usr/bin/env bash
cd src/public
echo Summary
cloc HEAD \
--git --md \
--include-lang=javascript,typescript \
--found=filelist.txt
--include-lang=javascript,typescript
grep -R \.js$ filelist.txt
rm filelist.txt
echo By file
cloc HEAD \
--git --md \
--include-lang=javascript,typescript \
--by-file