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