slitaz-configs view rootfs/etc/skel/Templates/cgi-bin-text.sh @ rev 5

Full up /etc/skel (used to preconfigure a user account)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jun 09 20:54:48 2008 +0200 (2008-06-09)
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."