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