Skip to content

Commit

Permalink
V 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinlyonsrepo committed Apr 28, 2022
1 parent 87b04c1 commit 6024f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/bmtMisc.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo "$?"

1. Param1 color of box , tput setaf , 1 = red
2. Param2 color of text , tput setaf , 2 = green
3. Rest of Params the lines of text
3. The Rest of Params are the lines of text

```sh
bmtMiscFunc drawbox 1 2 'first line' 'second line' 'third line'
Expand All @@ -43,8 +43,8 @@ bmtMiscFunc drawbox 1 2 'first line' 'second line' 'third line'
804) Create a single line box with variable box character.
1. Param 1 color of box, tput setaf 2=green
2. Param 2 color of text , tput setaf 6=cyan
2. Param2 symbol top make box out of.
3. Param3 text
3. Param 3 symbol to make the box lines out of.
4. Param 4 text

```sh
bmtMiscFunc title 2 6 '#' 'hello'
Expand Down

0 comments on commit 6024f32

Please sign in to comment.