Hi!
I want to create simple bash script, which runs program (binary) with parameters in the loop.
Program waits "any character" input to complete execution.
How I can simulate this input in the loop?
Thanks
I want to create simple bash script, which runs program (binary) with parameters in the loop.
Program waits "any character" input to complete execution.
How I can simulate this input in the loop?
Thanks
Comment