Skip to content
Snippets Groups Projects
Commit 0a823adc authored by Ben Gamari's avatar Ben Gamari :turtle:
Browse files

Try again

parent aa311bed
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
set -e
( ghc-homepage server || ( echo "serve failed"; exit 1 ) ) &
# docs/ seems to be a URL rewrite rule provided by haskell.org
# dist/mac_frameworks appears to be lost to history
ret=0
linkchecker http://localhost:8000 \
--ignore-url 'docs/' \
--ignore-url=dist/mac_frameworks \
|| ( kill %1; exit 1 )
|| ret=1
kill %1
exit $ret
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment