small change to README
authorAnselm R. Garbe <arg@10kloc.org>
Thu, 28 Sep 2006 16:14:48 +0200
changeset 503 491eebbe7a64
parent 502 9aa3d06199cb
child 504 0cefc169ff67
small change to README
README
--- 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