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

slitaz-installer: fix variables in messages
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 22 14:10:26 2008 +0000 (2008-05-22)
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 }