solo – prevent simultaneous instances
solo is a very simple script 10 lines that prevents a program from running more than one copy at a time. It is useful with cron to make sure that a job doesn’t run before a previous one has finished. via solo – prevent simultaneous instances.