diff options
| author | Anselm R. Garbe <[email protected]> | 2006-09-28 16:14:48 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2006-09-28 16:14:48 +0200 |
| commit | 02cea3b47e944ddb7541dfb404af205c1064191a (patch) | |
| tree | cdb6786b54f5fca09c8e264bc06fecc342d962ed /README | |
| parent | applied Jukkas patch (diff) | |
| download | dwm-02cea3b47e944ddb7541dfb404af205c1064191a.tar.gz dwm-02cea3b47e944ddb7541dfb404af205c1064191a.tar.bz2 dwm-02cea3b47e944ddb7541dfb404af205c1064191a.zip | |
small change to README
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
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 |