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

Add hacker directory with many examples file for $HOME
author Christophe Lincoln <pankso@slitaz.org>
date Sun Dec 02 21:02:03 2007 +0100 (2007-12-02)
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."