I’m writing (first time at this) an AS that launches terminal, logs into my hosting provider via SSH and runs a backup script. What I would like to do is once the script is done, have the AS watch for a message my backup script in the host returns and then write that to a log file.
How can I have AS look for a string or text in a terminal window?
Thanks,
Eric