Skip to content

Instantly share code, notes, and snippets.

@olto
Created December 19, 2015 05:47
Show Gist options
  • Select an option

  • Save olto/2bb0c40b540d6edface1 to your computer and use it in GitHub Desktop.

Select an option

Save olto/2bb0c40b540d6edface1 to your computer and use it in GitHub Desktop.
#!/bin/bash
import platform
print('uname:', platform.uname())
print()
print('system :', platform.system())
print('node :', platform.node())
print('release :', platform.release())
print('version :', platform.version())
print('machine :', platform.machine())
print('processor:', platform.processor())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment