PWB1/root/glom.c

char buf[10240];
main()
	{
	while( read(0, buf, 10240) > 0 )
		;
	};