aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-21 18:54:49 -0300
committerEuAndreh <eu@euandre.org>2022-10-21 18:54:49 -0300
commit8da93bea02daea1f849b682c2eddcc97c467236f (patch)
treeaa0b430a743696057f8610bc039ac589602decfd
parentbin/vcs: Don't wait more than 5 minutes for CVS locks (diff)
downloaddotfiles-8da93bea02daea1f849b682c2eddcc97c467236f.tar.gz
dotfiles-8da93bea02daea1f849b682c2eddcc97c467236f.tar.xz
bin/untill: Change default wait from 60 seconds to 5 seconds
-rwxr-xr-xbin/untill4
1 files 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)