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