Browse Source

Apply main docstring

Alois Mahdal 3 years ago
parent
commit
eeb44b0e54
1 changed files with 16 additions and 3 deletions
  1. 16
    3
      99bottles.sh

+ 16
- 3
99bottles.sh View File

@@ -1,7 +1,20 @@
1 1
 #!/bin/bash
2
-#A way-overcomplicated implementation of the bottles
3
-# of beer song in bash.
4
-#Optional argument: --careless   Generate the "happen to fall" version
2
+
3
+#
4
+# Bottles of Beer song in Bash
5
+#
6
+# A way-overcomplicated implementation of the bottles of beer song in bash.
7
+# Optional argument:
8
+#
9
+#  *  `--careless` - Generate the "happen to fall" version
10
+#
11
+# NOTE:  This is an altered version of a "99 bottles of beer" song
12
+# Bash script by Bill Brown.  The intent of the altered version is
13
+# to show the style, so the above text is preserved from [the
14
+# original][99b].
15
+#
16
+#   [99b]: http://99-bottles-of-beer.net/language-bash-1831.html
17
+#
5 18
 
6 19
 standardBreakLine="Take one down and pass it around"
7 20
 wastefulBreakLine="If one of those bottles should happen to fall"