#!/usr/bin/env bash

tee from_client.log | "$@" 2> server_stderr.log | tee from_server.log
