Hey I have a script that needs to run a command and a few commands afterwards. The issue is, is that the one command has a tendency to never finish when it actually does. Is there a way for me to implement a time out on the program?
Run program for 20 seconds if it doesn't finish end anyways and continue.