dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 949b68ed4ff2acc976b3b0860a55afd12cf9d312
parent 66172bf178d253901c7b7c385270f7c39932402b
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun,  1 Mar 2020 13:19:53 +0100

Add a wait to checklinks


Former-commit-id: a97f8951d512524805a9bc30c4351e7ae2c34e83
Diffstat:
Mscripts/checklinks | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/checklinks b/scripts/checklinks @@ -10,6 +10,7 @@ elif [ $# -ne 2 ]; then fi flags=(--spider --recursive --no-directories --no-verbose --page-requisites --level inf --wait 2 -e robots=off) +# flags=(--spider --recursive --no-directories --no-verbose --page-requisites --level inf -e robots=off) wget "${flags[@]}" -o "$2" "$1"