summaryrefslogtreecommitdiff
path: root/cgi/servers.cgi
blob: 073bc338e626aee4fecb27ed2d1747f85c195ce1 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

. /usr/locl/lib/bashlib

echo "Content-type: text/html"
echo ""

echo "<html>Hello, world!</html>"