URI:
       ttoxrdb - scripts - various script and utils
  HTML git clone git://z3bra.org/scripts
   DIR Log
   DIR Files
   DIR Refs
       ---
       ttoxrdb (121B)
       ---
            1 #!/bin/sh
            2 
            3 cpt=0
            4 while read hexcode; do
            5         printf '*color%d: %s\n' "$cpt" "$hexcode"
            6         cpt=$(expr $cpt + 1)
            7