mirror of
				http://git.whoc.org.uk/git/password-manager.git
				synced 2025-11-04 13:07:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			94 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			94 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
readonly CURR_DIR=$(cd "$(dirname "$0")"; pwd -P)
 | 
						|
 | 
						|
${CURR_DIR}/builder/main.py $@ |