#!/bin/sh
# $Id: mstrace,v 1.1 2011/12/27 20:47:51 friedman Exp $

exec ${DTRUSS-dtruss} -fael "$@"

# eof
