sh2html
(C) Kevin Waldron - 2004
Published under the terms of the GNU General Public Licence
The latest version of the program can always be found at http://www.zazzybob.com/sh2html.html
Description
sh2html is a shell wrapper and awk script, that formats a Bourne compatible shell script into syntax highlighted HTML.
Installation
Just place the sh2html file into /usr/local/bin, $HOME/bin, or some other location (somewhere in your PATH is best).
Running the script
Assuming that you've placed the script somewhere in your path, just invoke it with
sh2html input_file output_file
e.g.
sh2html my_script.sh my_webpage.html
Comments and suggestions
Please direct any feedback regarding the script to kevin@zazzybob.com
Cheers
Kevin
