#!/bin/bash

curl -s https://{$1} | hxnormalize -e | grep -v -e '^$' | pygmentize -l html
