From 02cea3b47e944ddb7541dfb404af205c1064191a Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 28 Sep 2006 16:14:48 +0200 Subject: [PATCH] small change to README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 7da2cb7..b4fde50 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ like this in your .xinitrc: while true do - echo `date` `uptime | sed 's/.*://; s/,//g'` + echo `date` `uptime | sed 's/.*,//'` sleep 1 done | dwm