Skip to content

Commit 87b04c1

Browse files
V2.0
1 parent 2505a29 commit 87b04c1

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

documentation/bmtFiles.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Library file | Function | Sections | Content | help file|
22
| ---- | ---- | ---- | ---- | ---- |
3-
| bmtFiles | bmtFilesFunc | 501-508 | File related | bmtFiles.md |
3+
| bmtFiles | bmtFilesFunc | 501-509 | File related | bmtFiles.md |
44

55
**Section Five, File**
66

@@ -12,6 +12,7 @@
1212
* 506 File empty
1313
* 507 File size
1414
* 508 File size in bytes
15+
* 509 mime type exists?
1516

1617
**Sub-Sections**
1718

documentation/bmtLinux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Library file | Function | Sections | Content | help file|
22
| ---- | ---- | ---- | ---- | ---- |
3-
| bmtLinux | bmtLinuxFunc | 401-407 | Linux related | bmtLinux.md |
3+
| bmtLinux | bmtLinuxFunc | 401-408 | Linux related | bmtLinux.md |
44

55
**Section Four, Linux**
66

@@ -82,7 +82,7 @@ echo "$?"
8282
```
8383

8484
407) Run Script as root check
85-
Returns 2 id not running as root
85+
Returns 2 if not running as root
8686

8787
```sh
8888
bmtLinuxFunc runasroot

documentation/bmtMisc.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
|| Library file | Function | Sections | Content | help file |
1+
| Library file | Function | Sections | Content | help file |
22
| ---- | ---- | ---- | ---- | ---- |
3-
| bmtMisc | bmtMiscFunc | 801-802 | Miscellaneous | bmtMisc.md |
3+
| bmtMisc | bmtMiscFunc | 801-804 | Miscellaneous | bmtMisc.md |
44

55

66
**Section Eight , misc**
77

88
* 801 Password generator
99
* 802 Get laptop battery level
10+
* 803 Create a multi-line box with text inside it
11+
* 804 Create a single line box with variable box character.
1012

1113
**Sub-Sections**
1214

documentation/bmtPrompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Library file | Function | Sections | Content | help file |
22
| ---- | ---- | ---- | ---- | ---- |
3-
| bmtPrompt | bmtPromptFunc | 201-208 | Prompts | bmtPrompt.md|
3+
| bmtPrompt | bmtPromptFunc | 201-210 | Prompts | bmtPrompt.md|
44

55

66
**Section Two, Prompts**

documentation/bmtTime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Library file | Function | Sections | Content | help file |
22
| ---- | ---- | ---- | ---- | ---- |
3-
| bmtTime | bmtTimeFunc | 701-708 | Timing related | bmtTime.md |
3+
| bmtTime | bmtTimeFunc | 701-709 | Timing related | bmtTime.md |
44

55
**Section Seven, Time**
66

0 commit comments

Comments
 (0)