slitaz-tools view hacker/Templates/shell-script.sh @ rev 208

calendar: no more hardcoded date
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 27 15:32:37 2008 +0000 (2008-05-27)
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 }