wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 323e3fa654c279eb47e2a907c6cfa8d63c46909e
parent b56f202e3ec41752a4ef23c4e2bf49292b1bccc7
Author: Kris Maglione <jg@suckless.org>
Date:   Wed, 21 Mar 2007 23:31:36 -0400

Remove '| cat' from the end of wmiirc.

Diffstat:
rc/rc.wmii | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/rc.wmii b/rc/rc.wmii @@ -233,4 +233,4 @@ wmiir read /event | while(*=`{read}) { event = $1; shift Event-$event $* - } >[2]/dev/null </dev/null | cat + } >[2]/dev/null </dev/null