Skip to content

Instantly share code, notes, and snippets.

@eyberg
Created April 23, 2009 17:35
Show Gist options
  • Save eyberg/100629 to your computer and use it in GitHub Desktop.
Save eyberg/100629 to your computer and use it in GitHub Desktop.
erl -name 'one@mine.loc' -setcookie abcd
erl -name 'two@mine.loc' -setcookie abcd
(one@mine.loc)1> net_adm:ping('two@mine.loc').
pang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment