I\'ve seen a few solutions, including watch and simply running a looping (and sleeping) script in the background, but nothing has been ideal.
I have a script that ne
To avoid possible overlapping of execution, use a locking mechanism as described in that thread.