#!/bin/bash ROOT=$(cd `dirname $0`/../../; pwd) TOPIC1=topic1 TOPIC2=topic2 # $ROOT/build/smqtail -lookupd-http-address=127.0.0.1:9061 -print-topic=true -topic=$TOPIC $ROOT/build/smqtail -smqd-tcp-address=127.0.0.1:9050 -print-topic=true -topic=$TOPIC1 -topic=$TOPIC2