mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 09:56:36 +01:00 
			
		
		
		
	
		
			
	
	
		
			8 lines
		
	
	
		
			99 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			99 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/usr/bin/env sh
 | ||
|  | 
 | ||
|  | DIR=`dirname "$0"` | ||
|  | export TRILIUM_DATA_DIR="$DIR/trilium-data" | ||
|  | 
 | ||
|  | "$DIR/trilium" | ||
|  | 
 |