Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-21 21:45:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-21 21:45:50 (GMT)
commit956fb2113a8920ad2df2ca3afd2ed9e22dda10f4 (patch)
treeaa869cef03011c2d31a63ba76f4e0a157d51c41a /scripts
parentc24cdf9e9965ea79c7f9ade03e9c0e3e22f3bcf2 (diff)
Append tee output
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/log-command2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/log-command b/scripts/log-command
index 39347c0..a2fc61d 100755
--- a/scripts/log-command
+++ b/scripts/log-command
@@ -1,5 +1,5 @@
#!/bin/bash
-exec $1 | tee $2
+exec $1 | tee -a $2
exit ${PIPESTATUS[0]}