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-15 23:37:49 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-15 23:37:49 (GMT)
commit58364fe33cc9d3d1243c65732d4fadb180bdf52d (patch)
tree7de641f11187546c3d73ead80bd1631b2d986cba /scripts
parent6cc65887678cf00de4b7ddd67682a464bda9e803 (diff)
Don't use script in buildbot
Diffstat (limited to 'scripts')
-rw-r--r--scripts/log-command5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/log-command b/scripts/log-command
new file mode 100644
index 0000000..881513f
--- /dev/null
+++ b/scripts/log-command
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+exec $1 | tee $2
+
+exit ${PIPESTATUS[0]}