From 8da93bea02daea1f849b682c2eddcc97c467236f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 21 Oct 2022 18:54:49 -0300 Subject: bin/untill: Change default wait from 60 seconds to 5 seconds --- bin/untill | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/untill b/bin/untill index 403717f..030f921 100755 --- a/bin/untill +++ b/bin/untill @@ -14,7 +14,7 @@ help() { Options: -n SECONDS the amount of seconds to sleep between - attempts (default: 60) + attempts (default: 5) -h, --help show this message @@ -52,7 +52,7 @@ for flag in "$@"; do esac done -_SECONDS=60 +_SECONDS=5 while getopts 'n:h' flag; do case "$flag" in n) -- cgit v1.2.3