mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			154 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/usr/bin/env bash
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								cloc HEAD \
							 | 
						||
| 
								 | 
							
								    --git --md \
							 | 
						||
| 
								 | 
							
								    --include-lang=javascript,typescript \
							 | 
						||
| 
								 | 
							
								    --found=filelist.txt \
							 | 
						||
| 
								 | 
							
								    --exclude-dir=public,libraries
							 |