mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-01 12:29:36 -05:00
Updated via: go get github.com/hashicorp/terraform@sdk-v0.11-with-go-modules and go mod tidy
5 lines
160 B
Bash
5 lines
160 B
Bash
#!/bin/sh
|
|
|
|
set -x
|
|
pandoc -t html5 -f markdown -s --css=doc/md.css -o README.html README.md
|
|
pandoc -t html5 -f markdown -s --css=doc/md.css -o TODO.html TODO.md
|