#!/bin/sh set -o xtrace # gfm = github flavored markdown pandoc README.rst -f rst -t gfm | grep -v -e '^Note' -e '^Warning' > ../README.md