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 wrap: on
line diff
--- a/README	Thu Sep 28 14:03:39 2006 +0200
+++ b/README	Thu Sep 28 16:14:48 2006 +0200
@@ -37,7 +37,7 @@
 
     while true
     do
-        echo `date` `uptime | sed 's/.*://; s/,//g'`
+        echo `date` `uptime | sed 's/.*,//'`
         sleep 1
     done | dwm