www/cgi-bin/test.sh

5 lines
71 B
Bash
Executable File

#!/bin/bash
echo "Content-type: text/html"
echo ""
echo "Hello World!"