blob: 860a3203e80b92728d8874ffad891c2e63ce02d1 [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-cassandra.sh $2"