This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
readonly TEXT="xYz" # You may change this if you wish | |
readonly WIDTH=$((${#TEXT}+2)) | |
FOREGROUND=(0 {30..37} {90..97}) | |
BACKGROUND=('' {40..47} {100..107}) | |
MODS=({0..8}) | |
readonly FOREGROUND BACKGROUND MODS |