Hello,
I'm working on a script that am constantly developing and tweaking about with. It will be running on a remote machine which i often wont have direct access too but will want the script to terminate and restart, mainly when i have changed something and need the changes to take effect.
I've thought of a few different ways to do this and wondered what other suggestions people might have.
My thought was to have a bootstrap script that then runs the second script, the second script from time to time checks for a new version of its self and if one exists it exits, returning back to the parent script which in turn starts the second script again.


