This commit is contained in:
Connor Olding 2022-03-18 04:26:30 -07:00
parent a6add9bd7b
commit ab1c9da4a6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
colors() { ### @-
### display all combinations of foreground and background terminal colors.
### this only includes the basic 16-color palette.
### excluding boilerplate, this script is a mere a 76-characters long!
### excluding boilerplate, this script is a mere 76 characters long!
###
### ![terminal colors](https://eaguru.guru/t/terminal-colors.png)
[ $# -eq 0 ] || { printf "%s\n" "$0: does not take arguments" >&2; return 1; }