On Jul 5, 2002 at 13:50, akshaysalkar wrote:
how to have a shell script that will keep running continuously as a running process?
ie. it should re-run if the code in the script has finished its execution.
while true; do scriptname ; done
or in the script:
while true do code done