#!/bin/sh
yume ./abc ./def "./ghi > u" \
 -bu -la 'cat t to stderr' 'cat t 1>&2'\
     -la 'cat u to stderr' 'cat u 1>&2'\
 -bu -ex > t &
