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