kheops/run_docs.sh

10 lines
53 B
Bash
Executable File

#!/bin/bash
set -x
(
cd docs
./build_doc.sh
)