From ddcbb29a678cba7ce406d7f4f5093ffbe437aefd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 18 Feb 2024 11:50:22 +0200 Subject: [PATCH] server-ts: Update script to display remaining filelist --- _check_ts_progress.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_check_ts_progress.sh b/_check_ts_progress.sh index 85b71add8..ac74a7205 100755 --- a/_check_ts_progress.sh +++ b/_check_ts_progress.sh @@ -4,4 +4,7 @@ cloc HEAD \ --git --md \ --include-lang=javascript,typescript \ --found=filelist.txt \ - --exclude-dir=public,libraries \ No newline at end of file + --exclude-dir=public,libraries + +grep -R \.js$ filelist.txt +rm filelist.txt \ No newline at end of file