slitaz-tools diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hacker/Templates/cgi-bin-text.sh	Thu May 22 14:10:26 2008 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +
     1.7 +# Content type.
     1.8 +echo Content-Type: text/plain
     1.9 +echo ""
    1.10 +
    1.11 +# Page content.
    1.12 +echo "Text file powered by SHell script."
    1.13 +