diff options
Diffstat (limited to 'report.sh')
| -rw-r--r-- | report.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/report.sh b/report.sh new file mode 100644 index 0000000..597f574 --- /dev/null +++ b/report.sh @@ -0,0 +1,6 @@ +echo "Content-type: text/html" +echo "" + +cat ./fileparts/header.html +cat ./fileparts/report.html +cat ./fileparts/footer.html |
