Skip to content

Instantly share code, notes, and snippets.

@notverypc
Created March 13, 2014 16:05
Show Gist options
  • Save notverypc/9531299 to your computer and use it in GitHub Desktop.
Save notverypc/9531299 to your computer and use it in GitHub Desktop.
Get the Model Identifier via command line and ARD
system_profiler SPHardwareDataType | grep "Model Identifier" | awk '{ print $3; }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment