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 $"*
}
}
fn diff {
git/aux/diff $*
}
fn patch {
git/aux/patch $*
}
rfork n
bind $cputype.git /bin/git
|