File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ echo "$?"
3434
35351 . Param1 color of box , tput setaf , 1 = red
36362 . Param2 color of text , tput setaf , 2 = green
37- 3 . Rest of Params the lines of text
37+ 3 . The Rest of Params are the lines of text
3838
3939``` sh
4040bmtMiscFunc drawbox 1 2 ' first line' ' second line' ' third line'
@@ -43,8 +43,8 @@ bmtMiscFunc drawbox 1 2 'first line' 'second line' 'third line'
4343804 ) Create a single line box with variable box character.
44441 . Param 1 color of box, tput setaf 2=green
45452 . Param 2 color of text , tput setaf 6=cyan
46- 2 . Param2 symbol top make box out of.
47- 3 . Param3 text
46+ 3 . Param 3 symbol to make the box lines out of.
47+ 4 . Param 4 text
4848
4949``` sh
5050bmtMiscFunc title 2 6 ' #' ' hello'
You can’t perform that action at this time.
0 commit comments