@@ -7,20 +7,19 @@ Overview
77can be imported into shell scripts to create functional and colorful
88scripts and Terminal users interfaces(TUI).
99* Author: Gavin Lyons
10+ * Communication: Upstream repo at github site below or
[email protected] 11+ * URL: [ bashmultitool] ( https://github.com/gavinlyonsrepo/bashmultitool )
12+ * History: See changelog.md in documentation section for version control history.
13+ * Copyright: Copyright (C) 2018 Gavin Lyons. See LICENSE.md in documentation section.
1014
1115Table of contents
1216---------------------------
1317
14- * [ Overview] ( #overview )
15- * [ Table of contents] ( #table-of-contents )
1618 * [ Installation] ( #installation )
1719 * [ Usage] ( #usage )
1820 * [ Files] ( #files )
1921 * [ Features] ( #features )
20- * [ Communication] ( #communication )
2122 * [ Dependencies] ( #dependencies )
22- * [ History] ( #history )
23- * [ Copyright] ( #copyright )
2423
2524Installation
2625-----------------------------------------------
@@ -52,7 +51,6 @@ cd bashmultitool-1.5
5251sudo make install
5352```
5453
55-
5654Usage
5755-------------------------------------------
5856Source the library from your bash shell scripts like so:
6462 source " $MYFILE "
6563done
6664
67-
6865```
6966
7067There are six files in library and they are independent of each other
@@ -73,8 +70,6 @@ dependent on print.
7370
7471Each file has one function, To access functions from your shell scripts type:
7572
76-
77-
7873``` sh
7974[functionname] [keyword] [options]
8075```
@@ -165,27 +160,7 @@ Example Output:
165160
166161
167162Dependencies
168- -------------------------------------
169- 1 . GNU bash, version 4.4.18-2
163+ ------------------------------------
164+ 1 . GNU bash, version 4.4.20
170165
1711662 . The check website section requires netcat installed. [ Netcat] ( https://en.wikipedia.org/wiki/Netcat )
172-
173-
174- Communication
175- -----------
176- If you should find a bug or you have any other query,
177- please send a report.
178- Pull requests, suggestions for improvements
179- and new features welcome.
180- * Contact: Upstream repo at github site below or
[email protected] 181- * Upstream repository: [ bashmultitool] ( https://github.com/gavinlyonsrepo/bashmultitool )
182-
183- History
184- ------------------
185- * See changelog.md in documentation section for version control history
186-
187- Copyright
188- ---------
189- Copyright (C) 2018 Gavin Lyons MIT expat
190- See LICENSE.md in documentation section
191- for more details
0 commit comments