milis/bin/intel-ucode-surum

3 lines
97 B
Text
Raw Normal View History

2018-01-11 18:15:16 +02:00
#!/bin/sh
cat /proc/cpuinfo | grep microcode | sed -n 1p | cut -d':' -f2 | sed 's/^ *//;s/ *$//'