Skip to content

Instantly share code, notes, and snippets.

@haitaoyao
Created August 25, 2012 08:13
Show Gist options
  • Save haitaoyao/3462398 to your computer and use it in GitHub Desktop.
Save haitaoyao/3462398 to your computer and use it in GitHub Desktop.
get the erlang otp release from shell
erl -eval 'erlang:display(erlang:system_info(otp_release)), halt().' -noshell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment