#!/bin/sh

# stderr is always unbuffered so use that...
/mod/bin/lsof "$@" 2>&1
exit 0

