#!/bin/sh filename="$1" extension="${filename##*.}" exec highlight --inline-css --force --fragment \ --out-format=xhtml \ --syntax="$extension"