rust-book-cn/doc-to-md.sh
Carol (Nichols || Goulding) e7c1629192 Remove trailing spaces
2016-10-15 11:50:53 -04:00

9 lines
139 B
Bash
Executable File

#!/bin/bash
set -eu
xsltproc tools/docx-to-md.xsl tmp/word/document.xml | \
fold -w 80 -s | \
sed -e "s/ *$//" \
> nostarch/chapter02.md