diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-03-21 16:36:29 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-09-11 21:58:26 +0200 |
commit | 8b4debfcc111449dfd6620197891649b4039b831 (patch) | |
tree | 8307d955a1c2f966a6cae3bca8f39e1c17f679ee | |
parent | 988b3f9962651aa8472b971b5e011defcab43b54 (diff) |
fb.pod: add a pipe example
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
-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). |