ref: b143811a53bf25824e74b7e6e6c2ee7af8c7a954
dir: /sys/src/cmd/git/test/util.rc/
fn q {
{$* > /tmp/out.$pid && rm /tmp/out.$pid} || cat /tmp/out.$pid
}
fn qq {
$* >/dev/null >[2]/dev/null
}
fn die {
st=$status
if(! ~ $st ''){
*=($* : $st)
echo $"*
exit $"*
}
}
rfork n
bind $cputype.git /bin/git