seb diff examples/initfs-scratch/var/www/cgi-bin/index.cgi @ rev 3

Add examples folder with initfs-scratch (like in 2007 scratchbook)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 06 16:31:59 2017 +0100 (2017-03-06)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/initfs-scratch/var/www/cgi-bin/index.cgi	Mon Mar 06 16:31:59 2017 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +#!/bin/sh
     1.5 +. /usr/lib/slitaz/httphelper.sh
     1.6 +header "Content-Type: text/plain"
     1.7 +
     1.8 +echo "Hello World!"
     1.9 +
    1.10 +exit 0