Hacker News new | ask | show | jobs
by kazinator 481 days ago
Shell script here documents can generate HTML:

  cat <<!
  <div>
    ...
    <a href="$url" target="_blank" ...
  ...
  !
A form of CGI existed as far back as 1993 on the NCSA web server.