Fix : fix hot module under windows test. (at leat I hope...)
[shinken.git] / bin / launch_all.sh
blobd97ef815226216cfa9f20b79925e3bb03819940d
1 #!/bin/bash
3 DIR=$(cd $(dirname "$0"); pwd)
4 echo "Going to dir" $DIR
6 cd $DIR
8 $DIR/launch_scheduler.sh
9 $DIR/launch_poller.sh
10 $DIR/launch_reactionner.sh
11 $DIR/launch_broker.sh
12 $DIR/launch_receiver.sh
13 $DIR/launch_arbiter.sh