echo "########################################################################" echo "# #" echo "# NODE ONE #" echo "# #" echo "########################################################################" curl http://tendermint-one:46657/abci_query && curl http://bdb-one:9984/ echo "########################################################################" echo "# #" echo "# NODE TWO #" echo "# #" echo "########################################################################" curl http://tendermint-two:46657/abci_query && curl http://bdb-two:9984/ echo "########################################################################" echo "# #" echo "# NODE THREE #" echo "# #" echo "########################################################################" curl http://tendermint-three:46657/abci_query && curl http://bdb-three:9984/ echo "########################################################################" echo "# #" echo "# NODE FOUR #" echo "# #" echo "########################################################################" curl http://tendermint-four:46657/abci_query && curl http://bdb-four:9984/