#!/bin/bash
# bash needed to redirect stderr only
/usr/libexec/tangd "$1" 2> >(ts >>/var/log/tangd.log)
