summaryrefslogtreecommitdiff
path: root/cgi/servers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/servers.sh')
-rw-r--r--cgi/servers.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/cgi/servers.sh b/cgi/servers.sh
index 073bc33..3c9590e 100644
--- a/cgi/servers.sh
+++ b/cgi/servers.sh
@@ -1,8 +1,12 @@
#!/bin/bash
-. /usr/locl/lib/bashlib
+./bashlib.sh
echo "Content-type: text/html"
echo ""
-echo "<html>Hello, world!</html>"
+echo "<html>"
+
+echo "Hello, world!"
+
+echo "</html>"