summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-03-21 16:36:29 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-09-11 21:58:26 +0200
commit8b4debfcc111449dfd6620197891649b4039b831 (patch)
tree8307d955a1c2f966a6cae3bca8f39e1c17f679ee
parent988b3f9962651aa8472b971b5e011defcab43b54 (diff)
fb.pod: add a pipe example
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
-rw-r--r--fb.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/fb.pod b/fb.pod
index d79e9d4..ba96da1 100644
--- a/fb.pod
+++ b/fb.pod
@@ -74,3 +74,6 @@ fb -c <folder> <file>
fb -cc <folder>
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).