mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	client-ts: Adapt progress script
This commit is contained in:
		| @@ -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 | ||||||
		Reference in New Issue
	
	Block a user