mirror of
				https://github.com/AbdBarho/stable-diffusion-webui-docker.git
				synced 2025-10-31 02:03:32 -04:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|  | #!/bin/bash
 | ||
|  | 
 | ||
|  | set -Eeuo pipefail | ||
|  | 
 | ||
|  | find . -name "*.sh" -exec git update-index --chmod=+x {} \; |