Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
d43f9510846acecdd147b1a57b16db9fbd8d27a3
/
.
/
demo-scripts
/
Sprint-4
/
start-onos.sh
blob: 3c90e87b080805191cf186db4097fe9bcf0532b6 [
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-onos.sh $2"