mirror of
				https://github.com/DaoCloud/public-image-mirror.git
				synced 2025-11-01 06:19:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			80 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| cp $1 $1.bak
 | |
| ./hack/fmt.sh $1
 | |
| 
 | |
| diff -c $1 $1.bak
 | |
| rm $1.bak
 |