#!/bin/sh while true; do ../target/release/examples/consumer "$@"; sleep 2; done