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