summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-03-21 16:36:29 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-03-21 16:36:29 +0100
commit569475514daf40fc44fa24a3bdf2f31da848a71a (patch)
treec0b78f2c84ff2685010486ca1c27155bcb377021
parent53151b3ca6716866349df3cc4cfa4fad4d49e09f (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 7d5d562..c02d02b 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).