Created
November 26, 2018 10:30
-
-
Save dsprenkels/f05c5697853799750379cc279e1e8135 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
DIR="$(mktemp --directory)" && (wget --quiet --spider --tries=20 --recursive --directory-prefix="$DIR" "https://codimd.example.com/"; rm -rf "$DIR") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment