diff options
Diffstat (limited to 'third_party/immer/tools/with-tee.bash')
-rwxr-xr-x | third_party/immer/tools/with-tee.bash | 5 |
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 60c331326d28..000000000000 --- a/third_party/immer/tools/with-tee.bash +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -echo "${@:2} | tee $1" - -${@:2} | tee $1 |