server-ts: Add script to check progress

This commit is contained in:
Elian Doran 2024-02-17 12:33:34 +02:00
parent 6f0659c03c
commit 8af5434462
No known key found for this signature in database

7
_check_ts_progress.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
cloc HEAD \
--git --md \
--include-lang=javascript,typescript \
--found=filelist.txt \
--exclude-dir=public,libraries