generator-status/status-test.cgi

7 lines
69 B
Bash

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