Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/log-command
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/log-command')
-rwxr-xr-xscripts/log-command5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/log-command b/scripts/log-command
deleted file mode 100755
index a2fc61d..0000000
--- a/scripts/log-command
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-exec $1 | tee -a $2
-
-exit ${PIPESTATUS[0]}