wok view slitaz-hacker/stuff/hacker/Templates/shell-script.sh @ rev 683

Up: slitaz-hacker (1.4) - Lua template, cgi test and more dir
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 25 12:40:49 2008 +0200 (2008-04-25)
parents
children
line source
1 #!/bin/sh
2 #
4 # Comment.
6 echo "Hello world!"
8 # Variables.
9 NAME=
11 # Functions.
12 example()
13 {
14 echo "This is a function."
15 }