Bash/SH help
Posted: Tue Dec 11, 2012 3:41 am
How to I write a script that runs another script and restarts that script every 30 seconds?
So what I am looking for
So what I am looking for
script_1 ->runs-> script_2; script_1 ->lets run for 30 seconds-> script_2; script_1 ->kills-> script_2; repeat;