blob: 860a3203e80b92728d8874ffad891c2e63ce02d1 [file] [log] [blame]
Ubuntuc7027f92013-03-01 00:57:11 +00001#! /bin/sh
2if [ $# != 2 ]; then
3 echo "$0 server cmd"
4fi
5CLUSTER=/home/masayosi/bin/hosts-3x3.txt
6dsh -w $1 "cd ONOS; sudo ./start-cassandra.sh $2"