slitaz-tools view hacker/Templates/cgi-bin-text.sh @ rev 76

Add more log + correct clean_target bug
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 29 23:09:07 2008 +0100 (2008-02-29)
parents
children
line source
1 #!/bin/sh
2 #
4 # Content type.
5 echo Content-Type: text/plain
6 echo ""
8 # Page content.
9 echo "Text file powered by SHell script."