2 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/bin/sh
 | 
						|
cat /proc/cpuinfo | grep microcode | sed -n 1p | cut -d':' -f2 | sed 's/^ *//;s/ *$//'
 |