Skip to content

Instantly share code, notes, and snippets.

@dsturnbull
Created February 21, 2009 03:29
Show Gist options
  • Save dsturnbull/67868 to your computer and use it in GitHub Desktop.
Save dsturnbull/67868 to your computer and use it in GitHub Desktop.
02:28 PM dave@vmonster/0 [~/src/disco] erl -rsh ssh -sname testmaster
Erlang (BEAM) emulator version 5.6.3 [source] [64-bit] [smp:4] [async-threads:0] [kernel-poll:false]
Eshell V5.6.3 (abort with ^G)
(testmaster@vmonster)1> slave:start(localhost, "testnode").
{ok,testnode@localhost}
(testmaster@vmonster)2> net_adm:ping(testnode@localhost).
pong
(testmaster@vmonster)3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment