about summary refs log tree commit diff
path: root/third_party/immer/tools/with-tee.bash
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/immer/tools/with-tee.bash')
-rwxr-xr-xthird_party/immer/tools/with-tee.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/immer/tools/with-tee.bash b/third_party/immer/tools/with-tee.bash
deleted file mode 100755
index 60c331326d..0000000000
--- a/third_party/immer/tools/with-tee.bash
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-echo "${@:2} | tee $1"
-
-${@:2} | tee $1