1
vote
Quick-and-dirty way to ensure only one instance of a shell script is running at a time
The issues with some of the above answers is that they are not atomic, so you could still run into issues if two scripts tried to run at about the same time.
Try this instead:
…
