bash script which runs in the loop c++ program, which receives any character

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • natalia o
    New Member
    • Oct 2011
    • 1

    bash script which runs in the loop c++ program, which receives any character

    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
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    A shell script to run a binary program would just need to call the program, ensuring the user has the right permissions.

    Are you attempting to call the binary file or duplicate the functionality by creating a loop that waits for a character?

    Comment

    Working...