seb annotate 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
rev   line source
pankso@3 1 #!/bin/sh
pankso@3 2 . /usr/lib/slitaz/httphelper.sh
pankso@3 3 header "Content-Type: text/plain"
pankso@3 4
pankso@3 5 echo "Hello World!"
pankso@3 6
pankso@3 7 exit 0