From: Anselm R. Garbe Date: Thu, 28 Sep 2006 14:14:48 +0000 (+0200) Subject: small change to README X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=02cea3b47e944ddb7541dfb404af205c1064191a small change to README --- 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