#! /usr/bin/env bash if [[ "$#" -lt 2 ]]; then printf "$(cat)" fi if grep -qw ${name:-} <<< $(pygmentize -L lexers); then pygmentize -l $1 -f html | head -c -13 | awk -F '
' '{print $NF}'
else
    printf "$(cat)"
fi