Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Created May 5, 2012 19:26
Show Gist options
  • Save nicerobot/2604891 to your computer and use it in GitHub Desktop.
Save nicerobot/2604891 to your computer and use it in GitHub Desktop.
Print System Properties
sys.props.toSeq.sortBy(_._1).foreach {p => println(p._1+"="+p._2);}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment