7 lines
99 B
Bash
7 lines
99 B
Bash
#!/bin/bash
|
|
#
|
|
# Variables to be used for background styling.
|
|
|
|
# color
|
|
readonly BG_BROWN="\e[0;43m"
|