#!/bin/bash exec $1 | tee -a $2 exit ${PIPESTATUS[0]}