commit 02cea3b47e944ddb7541dfb404af205c1064191a parent 1c2d673ded697f4b131f8700ce98392fbb383b2e Author: Anselm R. Garbe <arg@10kloc.org> Date: Thu, 28 Sep 2006 16:14:48 +0200 small change to README Diffstat:
M | README | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git 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