tvl-depot/tools/with-tee.bash
Vincent Ambo 7f19d64164 Squashed 'third_party/immer/' content from commit ad3e3556d
git-subtree-dir: third_party/immer
git-subtree-split: ad3e3556d38bb75966dd24c61a774970a7c7957e
2020-07-15 08:20:18 +01:00

5 lines
53 B
Bash
Executable file

#!/bin/bash
echo "${@:2} | tee $1"
${@:2} | tee $1