source:
trunk/src/shells.erl
@
90
| Revision 90, 228 bytes checked in by dom, 3 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | %%% Copyright (C) Dominic Williams, Nicolas Charpentier |
| 2 | %%% All rights reserved. |
| 3 | %%% See file COPYING. |
| 4 | -module (shells). |
| 5 | -export ([stop_node/1]). |
| 6 | |
| 7 | stop_node ([Node]) when is_atom (Node) -> |
| 8 | rpc: call (Node, init, stop, []). |
| 9 |
Note: See TracBrowser
for help on using the repository browser.
