Files @ ad2edca1540f
Branch filter:

Location: website/bin/linkcheck - annotation

pono
Merge branch 'master' of ssh://k.sfconservancy.org/website
1
2
3
4
5
6
7
#!/usr/bin/env sh

set -e  # Abort on failure
set -x

# Run the check from the web-server itself to avoid network delays.
ssh debian@hickory.sfconservancy.org "linkchecker https://sfconservancy.org/"