source: trunk/src/shells.erl @ 90

Revision 90, 228 bytes checked in by dom, 3 years ago (diff)

Removed all bootstrapping code and the directory_tester is now run during install to test itself. Removed obsolete files.

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
7stop_node ([Node]) when is_atom (Node) ->
8    rpc: call (Node, init, stop, []).
9
Note: See TracBrowser for help on using the repository browser.