From 380f4a1d54bae501e479c2a1fc248bd5a247cf64 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 24 Jul 2024 23:23:36 +0300 Subject: [PATCH] client-ts: Adapt progress script --- _check_ts_progress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_check_ts_progress.sh b/_check_ts_progress.sh index c7b66ce23..3ff5f17e4 100755 --- a/_check_ts_progress.sh +++ b/_check_ts_progress.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash +cd src/public cloc HEAD \ --git --md \ --include-lang=javascript,typescript \ - --found=filelist.txt \ - --exclude-dir=public,libraries,views,docs + --found=filelist.txt grep -R \.js$ filelist.txt rm filelist.txt \ No newline at end of file