Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
5db7c41c5bccf23808c09b3dca88ad1aa6bf516b
/
.
/
demo-scripts
/
Sprint-4
/
start-cassandra.sh
blob: 860a3203e80b92728d8874ffad891c2e63ce02d1 [
file
] [
log
] [
blame
]
#! /bin/sh
if
[
$
# != 2 ]; then
echo
"$0 server cmd"
fi
CLUSTER
=/
home
/
masayosi
/
bin
/
hosts
-
3x3.txt
dsh
-
w $1
"cd ONOS; sudo ./start-cassandra.sh $2"