浏览代码

Add module docstring

Alois Mahdal 7 年前
父节点
当前提交
88e1ccf27b
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      src/shellfu/saturnin_demo_greet.sh

+ 7
- 0
src/shellfu/saturnin_demo_greet.sh 查看文件

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