8 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			62 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
sed '
 | 
						|
/{[A-Z]/!d
 | 
						|
s/.*{//
 | 
						|
s/,.*//
 | 
						|
s/.*/%token	&;/
 | 
						|
'
 |