mirror of
				http://git.whoc.org.uk/git/password-manager.git
				synced 2025-10-28 18:07:35 +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 $@ | 
