wok view slitaz-hacker/stuff/hacker/Templates/cgi-bin-text.sh @ rev 612

Up: sqlite (3.5.8)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 19 00:47:32 2008 +0200 (2008-04-19)
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."