dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles # fast
git clone https://src.adamsgaard.dk/dotfiles.git # slow
Log | Files | Refs | README | LICENSE Back to index

check-broken-links.sh (103B)


      1 #!/bin/sh
      2 [ $# -lt 1 ] && echo "usage: $0 URL" && exit 1
      3 wget --spider -e robots=off --wait 1 -r -p $1