Skip to content

Instantly share code, notes, and snippets.

@todd-a-jacobs
Created March 29, 2018 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todd-a-jacobs/378358567b49647029b6cb28bb35f4d9 to your computer and use it in GitHub Desktop.
Save todd-a-jacobs/378358567b49647029b6cb28bb35f4d9 to your computer and use it in GitHub Desktop.
Use facter and jq to reliably grab the OS name regardless of platform.
facter --json os | jq .os.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment