about summary refs log tree commit diff
path: root/third_party/immer/tools/with-tee.bash
#!/bin/bash

echo "${@:2} | tee $1"

${@:2} | tee $1