repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
*Catch exceptions caused by mktime(1970,1,1,...) on Windows
[shinken.git]
/
bin
/
launch_all_debug.sh
blob
b67e74577a831f2f2c7c429230be59f36c27df53
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
echo
$DIR
5
6
7
$DIR
/
launch_scheduler_debug.sh
8
$DIR
/
launch_poller_debug.sh
9
$DIR
/
launch_reactionner_debug.sh
10
$DIR
/
launch_broker_debug.sh
11
$DIR
/
launch_arbiter_debug.sh