Created
July 12, 2012 05:37
-
-
Save marksteve/3096054 to your computer and use it in GitHub Desktop.
Can I run Mountain Lion?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "Can I run Mountain Lion? " | |
| ioreg -l -p IODeviceTree | grep firmware-abi | sed -n ' | |
| '/EFI64/' { | |
| i\ | |
| Yes | |
| } | |
| '/EFI64/' !{ | |
| i\ | |
| No | |
| }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment