#!/bin/bash
# Apply CSS style to 'ansicmd.html'
# 
# Author: Mahlon R. Smith - The Software Samurai
# Date  : 07-Jan-2025

if [ -e ansicmd.html ]; then

   # Automatic post-processing
   idpp -cV ansicmd.html

else
   echo 'ansicmd.html not found'
fi