5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
fgbg=90
|
||
|
printf "\\e[${fgbg};5;%sm %3s \\e[0m" $fgbg
|