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