ion-shell 1.0.1

The Ion Shell
1
2
3
4
5
#!/usr/bin/ion

# Prints the model name of the CPU

echo @[grep 'model name' /proc/cpuinfo | head -1][3..5]