From 8b4debfcc111449dfd6620197891649b4039b831 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 21 Mar 2011 16:36:29 +0100 Subject: fb.pod: add a pipe example Signed-off-by: Florian Pritz --- fb.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fb.pod b/fb.pod index d79e9d4..ba96da1 100644 --- a/fb.pod +++ b/fb.pod @@ -74,3 +74,6 @@ fb -c fb -cc This will create a .tar archive containing only the folder and compress it using xz. + +make |& fb + This will upload the output of make (stdout and stderr). -- cgit v1.2.3-24-g4f1b