Skip to content

Instantly share code, notes, and snippets.

@marksteve
Created July 12, 2012 05:37
Show Gist options
  • Select an option

  • Save marksteve/3096054 to your computer and use it in GitHub Desktop.

Select an option

Save marksteve/3096054 to your computer and use it in GitHub Desktop.
Can I run Mountain Lion?
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