mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
7 lines
154 B
Bash
Executable File
7 lines
154 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cloc HEAD \
|
|
--git --md \
|
|
--include-lang=javascript,typescript \
|
|
--found=filelist.txt \
|
|
--exclude-dir=public,libraries |