Skip to content

Instantly share code, notes, and snippets.

@gavinsykes
Created July 7, 2021 08:31
Show Gist options
  • Save gavinsykes/ead6d1bdc4807d7a0f0679c2c82da4c2 to your computer and use it in GitHub Desktop.
Save gavinsykes/ead6d1bdc4807d7a0f0679c2c82da4c2 to your computer and use it in GitHub Desktop.
Example JSON returned from get_env.py
{
"os": "Darwin",
"os_release": "19.6.0",
"os_version": "Darwin Kernel Version 19.6.0: Mon Apr 12 20:57:45 PDT 2021; root:xnu-6153.141.28.1~1/RELEASE_X86_64",
"machine": "x86_64",
"processor": "i386",
"cpu_freq": 1800,
"memory": 8589934592
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment