mirror of
https://github.com/rclone/rclone.git
synced 2026-01-10 04:23:28 +00:00
... switch from id01/go-lz4 to pierrec/lz4 ... use klauspost/compress/gzip for gzip ... use ulikunitz/xz for xz ... remove snappy
6 lines
160 B
Bash
6 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
|