seb view initfs/var/www/cgi-bin/index.cgi @ rev 8

Add initfs (base files used to init the seb OS
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 06 16:42:57 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