diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-03-21 16:36:29 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-03-21 16:36:29 +0100 |
commit | 569475514daf40fc44fa24a3bdf2f31da848a71a (patch) | |
tree | c0b78f2c84ff2685010486ca1c27155bcb377021 /fb.pod | |
parent | 53151b3ca6716866349df3cc4cfa4fad4d49e09f (diff) |
fb.pod: add a pipe example
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'fb.pod')
-rw-r--r-- | fb.pod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |