소스 검색

Add module docstring

Alois Mahdal 6 년 전
부모
커밋
88e1ccf27b
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      src/shellfu/saturnin_demo_greet.sh

+ 7
- 0
src/shellfu/saturnin_demo_greet.sh 파일 보기

@@ -2,6 +2,13 @@
2 2
 
3 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 12
 saturnin_demo_greet__world() {
6 13
     #
7 14
     # Greet the world