blob: 12295f860dcc720b65648246f4a3924f128201ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
. ../env.sh
./testconsumer.py -s conf/zroot.ini
./testconsumer.py -s conf/zbranch.ini
./testconsumer.py -s conf/zleaf.ini
#sleep 1
#pgqadm.py -s conf/ticker.ini
#pgqadm.py -s conf/linkticker.ini
|