diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-13 11:53:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-09-13 11:53:38 +0200 |
commit | eef3e675eaf5a4629ce4d954b6508589f9de9c9b (patch) | |
tree | 43328a68e84244acf1b6a97a9d225cebf70f3aba /etc | |
parent | d7d8a5b31099f1f15ee1b7b7437840a3d2625a13 (diff) |
colortable: Print a trailing newline
Diffstat (limited to 'etc')
-rw-r--r-- | etc/functions/colortable | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/colortable b/etc/functions/colortable index 4acdf92..fadd7a7 100644 --- a/etc/functions/colortable +++ b/etc/functions/colortable @@ -5,3 +5,4 @@ for i in {0..255}; { printf " %s%-3s" $'\e[38;5;'${i}m $i (( (i+1) % (COLUMNS/4) < 1 )) && echo } +echo |