<div dir="ltr"><div><div>1. Write an Erlang module to do exactly what you want with an exported "start/0" function. Within the module use rpc:call or rpc:multicall or rpc:cast.  <br><br>Use bash to call "erl -sname oam -hidden -s modulename".  Or escript to do the same.<br>
<br></div>2. Elixir. Elixir. Elixir.<br><br></div>Consider using Elixir. For sys admin related tasks my current general advice is to use Elixir.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 16, 2014 at 6:12 AM, Bengt Kleberg <span dir="ltr"><<a href="mailto:bengt.kleberg@ericsson.com" target="_blank">bengt.kleberg@ericsson.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings,<br>
<br>
Have you looked at using escript?<br>
<br>
<br>
bengt<br>
<br>
On Thu, 2014-05-15 at 10:48 -0700, Dror Mein wrote:<br>
> Hi all,<br>
> I'm looking for a way to attach run several erlang commands and detach<br>
> from a running node with a script, and print results in the end.<br>
> I've tried escript and bash, but I don't know how to script ^D out of<br>
> it.<br>
> If anyone has a better Idea, I'm willing to listen.<br>
><br>
><br>
> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>