ref: 5b2bc75b8974f4fa9be720866d60b2e89f4f0a9f
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