mirror of
https://github.com/boostorg/website.git
synced 2026-01-26 19:12:15 +00:00
12 lines
355 B
Bash
Executable File
12 lines
355 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/bin/python24 /home/grafik/www.boost.org/testing/webcheck.py \
|
|
"--yank=http://beta.boost.org/doc/libs" \
|
|
"--yank=http://beta.boost.org/development/tests" \
|
|
"--yank=http://beta.boost.org/development/webcheck" \
|
|
"--base-only" \
|
|
"--quiet" \
|
|
"--output=/home/grafik/www.boost.org/testing/webcheck" \
|
|
"--force" \
|
|
"http://beta.boost.org/"
|