mirror of
				https://github.com/wangyu-/udp2raw.git
				synced 2025-11-04 20:25:34 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
		
			Vendored
		
	
	
	
#!/bin/sh -e
 | 
						|
 | 
						|
(
 | 
						|
   sed -ne '1,\%/\* ECB.H BEGIN \*/%p' ev.c
 | 
						|
   cat ~/src/libecb/ecb.h
 | 
						|
   sed -ne '\%/\* ECB.H END \*/%,$p' ev.c
 | 
						|
) >ev.c~ && mv ev.c~ ev.c
 | 
						|
 |