#!/bin/sh

MSG=$(cat /dev/stdin)

echo "$MSG" | lbdb-fetchaddr;

echo "$MSG"