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