cpu-model.ion 108 B

123456
  1. #!/usr/bin/ion
  2. # Prints the model name of the CPU
  3. echo @(grep 'model name' /proc/cpuinfo | head -1)[3..5]