summaryrefslogtreecommitdiff
path: root/cgi/servers.sh
blob: 3c9590eb21174a571a9e74cdddc0f9772ae3ead9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

./bashlib.sh

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

echo "<html>"

echo "Hello, world!"

echo "</html>"