Plasma GitLab Archive
Projects Blog Knowledge

BEGIN {
	leaveout=1
}
/-CUT-/ {
	leaveout=0
}
	{
		if (!leaveout) print $0;
	}


This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml