fatnode over ssh works
[scpubgit/Object-Remote.git] / bin / object-remote-node
index 638b6bc..807f834 100755 (executable)
@@ -12,4 +12,6 @@ my $loop = Object::Remote->current_loop;
 
 $c->on_close(sub { $loop->stop });
 
+print { $c->send_to_fh } "Shere\n";
+
 $loop->run;