Comment on Show HN: Linux CLI tool to provide mutex locks for long running bash opsparentComments−permalac1yFlock can be used in a single line for example for cronjobs.Flock -s file && script.Pretty simple. (I forgot the argument, I think is -s..
Comments
Flock can be used in a single line for example for cronjobs.
Flock -s file && script.
Pretty simple. (I forgot the argument, I think is -s..