shcat   [plain text]


shcat()
{
	while read -r line
	do
		echo "$line"
	done
}