2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-26 19:12:15 +00:00
Files
website/common/code/webcheck.sh
Rene Rivera 2d49c19fcd Web site checking with webcheck.
[SVN r40317]
2007-10-23 03:09:15 +00:00

9 lines
221 B
Bash
Executable File

#!/bin/sh
/usr/bin/python24 /home/grafik/www.boost.org/testing/webcheck.py \
"--yank=http://beta.boost.org/doc/libs/" \
"--base-only" \
"--quiet" \
"--output=/home/grafik/www.boost.org/testing/webcheck" \
"--force"