changeset 503:491eebbe7a64

small change to README
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 28 Sep 2006 16:14:48 +0200
parents 9aa3d06199cb
children 0cefc169ff67
files README
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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