www/cgi-bin/test.sh

5 lines
71 B
Bash
Raw Permalink Normal View History

2021-06-29 10:16:51 +00:00
#!/bin/bash
echo "Content-type: text/html"
echo ""
echo "Hello World!"