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

Add more log + correct clean_target bug
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Feb 29 23:09:07 2008 +0100 (2008-02-29)
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 }