mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-28 17:28:18 +00:00
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
pandoc -t html5 -f markdown -s --css=md.css -o LZMA2.html LZMA2.md
|