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

slitaz-installer: fix variables in messages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 22 14:10:26 2008 +0000 (2008-05-22)
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."