summaryrefslogtreecommitdiff
path: root/build.sh
blob: a9c882f70c4687016e35561baccc1a09334c9fb7 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# strip my docstring style notes, don't touch orignal
cat lbh.txt | sed '/^\"\"\"/,/^\"\"\"/d;' > tmp.txt
# process with pandoc
pandoc -o lbh.epub tmp.txt --toc --css=epub.css
~/./bin/kindlegen lbh.epub
rm tmp.txt