#!/bin/sh #< convert reasonable HTML to Markdown exec /usr/bin/env python $HOME/lib/html2mkd.py ${1+"$@"} exit 1