diff options
Diffstat (limited to 'utils/lock')
-rw-r--r-- | utils/lock | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/lock b/utils/lock new file mode 100644 index 0000000..9d02dae --- /dev/null +++ b/utils/lock @@ -0,0 +1,5 @@ +# vim:ft=sh:noexpandtab +# This implements lock to check to run tool just once + +# TODO create lock and fail if no lock is present +# TODO remove lock at the exit using cleaner |