From 931951422cce6402c16c5fd514a70c1361719893 Mon Sep 17 00:00:00 2001 From: Riccardo Carlesso Date: Tue, 19 Mar 2024 09:53:59 +0100 Subject: [PATCH] better explaination --- bin/auto_increase_number | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/auto_increase_number b/bin/auto_increase_number index a9607b5..f11cc0a 100755 --- a/bin/auto_increase_number +++ b/bin/auto_increase_number @@ -1,6 +1,9 @@ #!/bin/bash ################################################ +# +# Usage: auto_increase_number [--dryrun] +# # This scripts gives you a consistent increment. # This can't guarantee atomiocity, its not a DB # its actually smaller and less reliable than sqlite :)