Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > a68a11d7b2fdd65fa640544faac65cb2 > files > 56

expect-examples-5.43.0-26.mga5.x86_64.rpm

/* unbuffer.c */

#include <stdio.h>
#include "expect.h"

main(argc,argv)
int argc;
char *argv[];
{
	argv++;
	exp_timeout = -1;
	exp_expectl(exp_spawnv(*argv,argv),exp_end);
}