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