Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
b92ae40c2b4285526cd4062221e9f84a53098ef8
/
.
/
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"