Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f175f962b9c26d903ee032fd58811352 > files > 56

expect-examples-5.43.0-23.mga4.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);
}