#!/bin/bash ROOT=$(cd `dirname $0`/../../; pwd) TOPIC=test URL=http://127.0.0.1:9051/mpub?topic=$TOPIC echo url: $URL curl -d "a|b|c" $URL