mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
client-ts: Adapt progress script
This commit is contained in:
parent
3ba8f93412
commit
380f4a1d54
@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
cd src/public
|
||||||
cloc HEAD \
|
cloc HEAD \
|
||||||
--git --md \
|
--git --md \
|
||||||
--include-lang=javascript,typescript \
|
--include-lang=javascript,typescript \
|
||||||
--found=filelist.txt \
|
--found=filelist.txt
|
||||||
--exclude-dir=public,libraries,views,docs
|
|
||||||
|
|
||||||
grep -R \.js$ filelist.txt
|
grep -R \.js$ filelist.txt
|
||||||
rm filelist.txt
|
rm filelist.txt
|
Loading…
x
Reference in New Issue
Block a user