Files
generator-status/status-test.cgi

7 lines
69 B
Bash
Executable File

#!/bin/bash
echo "Content-type: text/html"
echo ""
echo "IT WORKS"