Bash script to generate your HTML design
From SHellium Wiki
Many of you design an HTML layout, and at some point change it or even lose it. The process of re-writing it from scratch is somehow burdensom. This is a bash script I wrote some decade ago but still use everytime I have to install some web page on a new box. What it does is simple, it uses sed, awk and bash commands to generate HTML pages and the entire webroot tree.
You should understand how it works, and then modify it to meet your own design. I wanted a terminal layout on my html pages; ls -hal on directory listings...
This could be useful on SHellium, also to start discussions on scripting.