repo.or.cz
/
fuzed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fuzed-fast' of git://chisai.local
[fuzed.git]
/
start_node
blob
aca635bd58670b8a19d63c9087467c333b95c41a
1
#!/bin/sh
2
3
echo
"Starting a client named
$1
offering service to
$2
"
4
echo
"Each node will run: '
$3
'"
5
erl
-noshell -name
$1
-eval
"join_cluster:start('
$2
',
\"
$3
\"
)."
6
#echo "join_cluster:start($2,\"$3\")"