%process-md
% https://gist.github.com/rbf/6064734
process-md
is a bash tool to recursively generate files from
markdown files in other formats using pandoc
, which is assumed
installed. By default (i.e. calling command tool with no arguments) it
processes all markdown files in the current directory and places the
resulting PDF files in a ./target
directory.