mirror of
https://github.com/boostorg/boost-tasks.git
synced 2026-01-31 08:02:10 +00:00
6 lines
68 B
Bash
Executable File
6 lines
68 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(dirname $0)
|
|
./mirror
|
|
exec ./doc-build/build-docs $@
|