Compare commits

...

2 Commits

Author SHA1 Message Date
Connor Olding a4bf13024f regenerate readme 2022-03-18 04:26:45 -07:00
Connor Olding ab1c9da4a6 fix typo 2022-03-18 04:26:30 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ $ cd && busiest | head -n3
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)

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; }