I'm wondering how I should make a script that can start, stop, and restart another script.
What I need to be able to do, is start and stop a
perl script from the command line. The easiest way of doing this seems to be to have another script, starting and stopping the other script. I have BASH, DASH, KSH,
PERL installed.
Does anyone have any ideas?