#!/bin/sh curl -s "$1" | pandoc --from=html --to=markdown | glow - -s dark -w 80 | less -r