Pavel "LEdoian" Turinsky
3 years ago
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
#!/bin/sh |
|||
|
|||
# Props to https://www.commandlinefu.com/commands/view/8234/check-broken-links-using-wget-as-a-spider |
|||
set -eu |
|||
|
|||
tmp=$(mktemp --directory) |
|||
cd "$tmp" |
|||
|
|||
wget --spider -o wget.log -r -p -X '/soustredeni/*/fotogalerie/' "$@" |
Loading…
Reference in new issue