File global/build-html.sh artifact 045bd446a1 part of check-in 34c625a47b
#!/usr/bin/env bash (test -d global && test -f build.sh) || { echo >&2 "($0) run [1m$me[21m from root of [1mlibk[21m source directory" exit 1 } . global/common.sh reqpack cmark "generate documentation" say "facility under construction" exit 0