#!/bin/bash
# Apply CSS style to 'ncdialogapi.html'
# 
# Author: Mahlon R. Smith - The Software Samurai
# Date  : 26-Aug-2026

# Full auto processing, no response file required.
if [ -e ncdialogapi.html ]; then
      idpp -cV ncdialogapi.html
else
   echo 'ncdialogapi.html not found'
fi
