Fossil SCM
Updated version, terminated header sentences.
Commit
03d36f0f72256a54626178c1f1e0294469c21c064d2f3db53f32f3ffd25415ea
Parent
28656971ac6403c…
1 file changed
+5
-4
+5
-4
| --- tools/infoscript.bash | ||
| +++ tools/infoscript.bash | ||
| @@ -1,14 +1,15 @@ | ||
| 1 | 1 | #!/usr/bin/env bash |
| 2 | 2 | # v0.1 Quick and dirty script to grab fossil's help and stuff it into a file. |
| 3 | -# v0.2 Now I have working sed expressions, I can grab the help keywords | |
| 3 | +# v0.2 Now I have working sed expressions, I can grab the help keywords. | |
| 4 | 4 | # v0.3 This gets me the keywords and only the keywords. |
| 5 | -# v0.4 Glue all relevant things together and produce an info file | |
| 6 | -# v0.5 Working out sed/head/tail differences between GNU and BSD | |
| 5 | +# v0.4 Glue all relevant things together and produce an info file. | |
| 6 | +# v0.5 Working out sed/head/tail differences between GNU and BSD. | |
| 7 | 7 | # v0.6 Replaced "head -n -1" with "sed '$d'" which does the same thing. |
| 8 | -# v0.7 Adding help in separately for normal/auxil commands | |
| 8 | +# v0.7 Adding help in separately for normal/auxil commands. | |
| 9 | 9 | # v0.8 Added common options and Features. Got rid of some obvious bugs. |
| 10 | +# v0.9 Added @bye at end. | |
| 10 | 11 | # Builds (finally) on OpenBSD. |
| 11 | 12 | # |
| 12 | 13 | # Requires fossil, tail, GNU sed and makeinfo |
| 13 | 14 | # |
| 14 | 15 | # TODO: figure out how to replace one line with two portably |
| 15 | 16 |
| --- tools/infoscript.bash | |
| +++ tools/infoscript.bash | |
| @@ -1,14 +1,15 @@ | |
| 1 | #!/usr/bin/env bash |
| 2 | # v0.1 Quick and dirty script to grab fossil's help and stuff it into a file. |
| 3 | # v0.2 Now I have working sed expressions, I can grab the help keywords |
| 4 | # v0.3 This gets me the keywords and only the keywords. |
| 5 | # v0.4 Glue all relevant things together and produce an info file |
| 6 | # v0.5 Working out sed/head/tail differences between GNU and BSD |
| 7 | # v0.6 Replaced "head -n -1" with "sed '$d'" which does the same thing. |
| 8 | # v0.7 Adding help in separately for normal/auxil commands |
| 9 | # v0.8 Added common options and Features. Got rid of some obvious bugs. |
| 10 | # Builds (finally) on OpenBSD. |
| 11 | # |
| 12 | # Requires fossil, tail, GNU sed and makeinfo |
| 13 | # |
| 14 | # TODO: figure out how to replace one line with two portably |
| 15 |
| --- tools/infoscript.bash | |
| +++ tools/infoscript.bash | |
| @@ -1,14 +1,15 @@ | |
| 1 | #!/usr/bin/env bash |
| 2 | # v0.1 Quick and dirty script to grab fossil's help and stuff it into a file. |
| 3 | # v0.2 Now I have working sed expressions, I can grab the help keywords. |
| 4 | # v0.3 This gets me the keywords and only the keywords. |
| 5 | # v0.4 Glue all relevant things together and produce an info file. |
| 6 | # v0.5 Working out sed/head/tail differences between GNU and BSD. |
| 7 | # v0.6 Replaced "head -n -1" with "sed '$d'" which does the same thing. |
| 8 | # v0.7 Adding help in separately for normal/auxil commands. |
| 9 | # v0.8 Added common options and Features. Got rid of some obvious bugs. |
| 10 | # v0.9 Added @bye at end. |
| 11 | # Builds (finally) on OpenBSD. |
| 12 | # |
| 13 | # Requires fossil, tail, GNU sed and makeinfo |
| 14 | # |
| 15 | # TODO: figure out how to replace one line with two portably |
| 16 |