syndicate-rs/dev-scripts/restarting-producer

3 lines
87 B
Plaintext
Raw Permalink Normal View History

2021-08-13 16:41:48 +00:00
#!/bin/sh
2021-10-05 12:10:57 +00:00
while true; do ../target/release/examples/dirty-producer "$@"; sleep 2; done