From 8af54344627927b4035d2693c00cf367a8bb2cde Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 17 Feb 2024 12:33:34 +0200 Subject: [PATCH] server-ts: Add script to check progress --- _check_ts_progress.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 _check_ts_progress.sh diff --git a/_check_ts_progress.sh b/_check_ts_progress.sh new file mode 100755 index 000000000..85b71add8 --- /dev/null +++ b/_check_ts_progress.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +cloc HEAD \ + --git --md \ + --include-lang=javascript,typescript \ + --found=filelist.txt \ + --exclude-dir=public,libraries \ No newline at end of file