nutools/lib/ulib/templates/apacheconfig/cgi-bin/test.cgi
Jephte CLAIN 1665af9745 réorganiser les fichiers
passer en version 6.0.0
renommer apache.config en apache.tools
2014-10-23 21:26:42 +04:00

7 lines
135 B
Bash
Executable File

#!/bin/bash
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
echo "Content-Type: text/plain"
echo ""
echo "OK"