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