From 7b6c6008e0e3f2a88c974cf8bea0545037626d2c Mon Sep 17 00:00:00 2001 From: joeyh Date: Fri, 8 Sep 2006 00:33:43 +0000 Subject: * Add mispipe, contributed by Nathanael Nerode. Pipes together two commands, returning the exit status of the first. --- README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README') diff --git a/README b/README index 47a77be..6ccbe7f 100644 --- a/README +++ b/README @@ -19,6 +19,8 @@ pee tee standard input to pipes zrun automatically uncompress arguments to command +mispipe + pipe two commands, returning the exit status of the first Its web page is here: http://kitenet.net/~joey/code/moreutils.html -- cgit v1.2.1