Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > a150ffb3f0493cdf7798a6c04cde20fd > files > 104

bash-doc-4.3-48.2.1.mga5.i586.rpm

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

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