diff options
Diffstat (limited to '')
-rw-r--r-- | compose/local/docs/start | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/compose/local/docs/start b/compose/local/docs/start new file mode 100644 index 0000000..96a94f5 --- /dev/null +++ b/compose/local/docs/start @@ -0,0 +1,7 @@ +#!/bin/bash + +set -o errexit +set -o pipefail +set -o nounset + +exec make livehtml |