10 lines
53 B
Bash
Executable File
10 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
(
|
|
cd docs
|
|
./build_doc.sh
|
|
)
|
|
|