wok diff slitaz-hacker/stuff/hacker/Templates/cgi-bin-text.sh @ rev 275

UP: slitaz-hacker with new default files
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 25 16:00:35 2008 +0100 (2008-02-25)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-hacker/stuff/hacker/Templates/cgi-bin-text.sh	Mon Feb 25 16:00:35 2008 +0100
     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 +