Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
cff0c9bb576940802154bd85d01473b259c75ab7
/
.
/
demo-scripts
/
Sprint-4
/
start-onos.sh
blob: 3c90e87b080805191cf186db4097fe9bcf0532b6 [
file
] [
log
] [
blame
]
Ubuntu
c7027f9
2013-03-01 00:57:11 +0000
[
diff
] [
blame
]
1
#! /bin/sh
2
if
[
$
# != 2 ]; then
3
echo
"$0 server cmd"
4
fi
5
CLUSTER
=/
home
/
masayosi
/
bin
/
hosts
-
3x3.txt
6
dsh
-
w $1
"cd ONOS; sudo ./start-onos.sh $2"