Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > b9bbfaf9dc16c445d61c517c06fcc9a7 > files > 184

bash-doc-4.2-50.2.mga4.x86_64.rpm

shcat()
{
	while read -r ; do
		printf "%s\n" "$REPLY"
	done
}

if [ -n "$1" ]; then
	shcat < "$1"
else
	shcat
fi