Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > d182ba7656bc9d858108359beee647e7 > files > 222

bash-doc-4.1.7-4.fc14.x86_64.rpm

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

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