Log an execution run of a shell script and format it as HTML.
Execute a script, logging the lines executed and their output (including all terminal formatting) to a file which can then be formatted as HTML.
./run-session-script.sh my-shell-script
./gen_html.sh
Logging an interactive session is possible but currently not implemented.
Author: Leslie P. Polzer, PORT ZERO [email protected]
License: MIT