mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
client-ts: Adapt progress script
This commit is contained in:
parent
3ba8f93412
commit
380f4a1d54
@ -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
|
Loading…
x
Reference in New Issue
Block a user