Notes/_check_ts_progress.sh

10 lines
175 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2024-07-24 23:23:36 +03:00
cd src/public
cloc HEAD \
--git --md \
--include-lang=javascript,typescript \
2024-07-24 23:23:36 +03:00
--found=filelist.txt
grep -R \.js$ filelist.txt
rm filelist.txt