cgi-log/index.cgi

6 lines
96 B
Bash
Executable File

#!/bin/bash
echo -e "Content-type: text/html\n"
cat home-top.htm
./list.cgi
cat home-bottom.htm