]>
git.saurik.com Git - apt.git/blob - test/interactive-helper/mthdcat.cc
1 /* Usage, mthdcat < cmds | methods/mthd
2 All this does is cat a file into the method without closing the FD when
15 int Res
= read(STDIN_FILENO
,Buffer
,sizeof(Buffer
));
18 if (write(STDOUT_FILENO
,Buffer
,Res
) != Res
)