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