tforgot one line in a script - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit cf00b8923dd428c1d0fda69bfb73897f7f8565d0
 (DIR) parent 2575cf02afb1569a1a7ba6d8c268c0cb88e7f933
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Tue,  9 Jun 2015 23:05:43 +0200
       
       forgot one line in a script
       
       Diffstat:
         M 2015/06/vomiting-colors.txt         |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/2015/06/vomiting-colors.txt b/2015/06/vomiting-colors.txt
       t@@ -47,6 +47,7 @@ with the following script:
            CPT=0
            while read HEXCODE; do
                printf '*color%d: %s\n' "$CPT" "$HEXCODE"
       +        CPT=$(expr $CPT + 1)
            done | column -t
        
        This will allow live theme trying with the following command: