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>"