aewl

diff README @ 503:491eebbe7a64

small change to README
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 28 Sep 2006 16:14:48 +0200
parents 4dbdb61c8b8c
children 743061dbe7f2
line diff
     1.1 --- a/README	Thu Sep 28 14:03:39 2006 +0200
     1.2 +++ b/README	Thu Sep 28 16:14:48 2006 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4  
     1.5      while true
     1.6      do
     1.7 -        echo `date` `uptime | sed 's/.*://; s/,//g'`
     1.8 +        echo `date` `uptime | sed 's/.*,//'`
     1.9          sleep 1
    1.10      done | dwm
    1.11