blob: 629bd90f704f9711b389680ed7149d732da9b135 [file] [log] [blame]
buyingyi55df5212013-03-24 07:20:08 +00001PREGELIX_PATH=`pwd`
2
3for i in `cat conf/slaves`
4do
5 ssh $i "cd ${PREGELIX_PATH}; bin/startnc.sh"
6done