Browse Source

Add module docstring

Alois Mahdal 6 years ago
parent
commit
88e1ccf27b
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      src/shellfu/saturnin_demo_greet.sh

+ 7
- 0
src/shellfu/saturnin_demo_greet.sh View File

2
 
2
 
3
 shellfu import pretty
3
 shellfu import pretty
4
 
4
 
5
+#
6
+# Greet something
7
+#
8
+# This is an example Shellfu/Bash module.  The purpose is to demonstrate
9
+# how a simple Shellfu/Bash module could look like.
10
+#
11
+
5
 saturnin_demo_greet__world() {
12
 saturnin_demo_greet__world() {
6
     #
13
     #
7
     # Greet the world
14
     # Greet the world