Files
ma/nextflow/docs/make-html.sh
2026-04-29 23:01:54 +02:00

5 lines
126 B
Bash
Executable File

#!/bin/bash
docker run -v $(pwd):/tmp $(wave -f Dockerfile --context .) -- make html
echo "Done. See _build/html/index.html"