mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08: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"
							 | 
						||
| 
								 | 
							
								
							 |