tChanged Xresources location - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 6e4c23ea2278df0e16cf17ca28cc76022c936ebf
 (DIR) parent 979f9e6250043e51a90cd52c1a83477dcdbc51c3
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Mon, 10 Feb 2014 17:31:21 +0100
       
       Changed Xresources location
       
       Diffstat:
         M cdump                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/cdump b/cdump
       t@@ -1,6 +1,6 @@
        #!/bin/sh
        
       -FILE=$HOME/.Xresources
       +FILE=$HOME/etc/Xresources
        
        for NUM in {0..7}; do
              CN=$(grep "color${NUM}:" $FILE | cut -d':' -f2 | tr -d ' ')