about summary refs log tree commit diff
path: root/third_party/immer/tools/with-tee.bash
blob: 60c331326d28c262551aca15f771b1e7037dabe4 (plain) (blame)
1
2
3
4
5
#!/bin/bash

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

${@:2} | tee $1