aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-28 16:14:48 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-28 16:14:48 +0200
commit02cea3b47e944ddb7541dfb404af205c1064191a (patch)
treecdb6786b54f5fca09c8e264bc06fecc342d962ed /README
parent1c2d673ded697f4b131f8700ce98392fbb383b2e (diff)
small change to README
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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