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

Add/modified hacker default files and rootcd infos
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 04 13:12:20 2007 +0100 (2007-12-04)
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 }